Document not found (404)
+This URL is invalid, sorry. Please use the navigation bar or search to continue.
+ +diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 14722f0..0000000 --- a/.editorconfig +++ /dev/null @@ -1,6 +0,0 @@ -[*.toml] -indent_size = 2 -indent_style = space -[*.{rs,md}] -indent_style = space -indent_size = 4 diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 08cd9ac..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,5 +0,0 @@ -# These are supported funding model platforms - -ko_fi: dudochkin -liberapay: dudochkin -open_collective: dudochkin \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 92b9ead..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Bug report -about: About unexpected behaviors -title: "[BUG] " -labels: bug -assignees: '' - ---- - -**Describe the bug** -Describe what is expected, what you actually get. -It would be nice to have screenshot or result image uploaded - -**To Reproduce** -Some minimal reproduce code is highly recommended - -**Version Information** -Please give us what version you are using. If you are pulling `UX Charts` directly from git repo, please mention this as well diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 8019c8b..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Feature request -about: Suggest an idea to UX Charts maintainers -title: "[Feature Request]" -labels: feature request -assignees: '' - ---- - -### What is the feature ? -*Detailed feature descrption* - -### (Optional) Why this feature is useful and how people would use the feature ? -*Explain why this feature is important* - -### (Optional) Additional Information -*More details are appreciated:)* diff --git a/.github/ISSUE_TEMPLATE/general-questions.md b/.github/ISSUE_TEMPLATE/general-questions.md deleted file mode 100644 index 96d4e89..0000000 --- a/.github/ISSUE_TEMPLATE/general-questions.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: General Questions -about: Any other issues -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/.github/codecov.yml b/.github/codecov.yml deleted file mode 100644 index f2cf6e4..0000000 --- a/.github/codecov.yml +++ /dev/null @@ -1,9 +0,0 @@ -comment: - layout: "diff, flags, files" - require_changes: true - -coverage: - status: - project: - default: - informational: true diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml deleted file mode 100644 index e0c79d5..0000000 --- a/.github/workflows/audit.yaml +++ /dev/null @@ -1,17 +0,0 @@ -name: Security audit -on: - pull_request: - push: - branches: - - master - schedule: - - cron: '0 0 * * 0' - -jobs: - security_audit: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions-rs/audit-check@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml deleted file mode 100644 index 695c647..0000000 --- a/.github/workflows/coverage.yaml +++ /dev/null @@ -1,52 +0,0 @@ -name: Coverage - -#on: -# push: -# branches: -# - main -# pull_request: - -on: [push, pull_request] - -env: - CARGO_TERM_COLOR: always - RUST_BACKTRACE: full - -jobs: - coverage: - name: Coverage - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v2 - - - name: Install Rust - uses: actions-rs/toolchain@v1 - with: - toolchain: nightly - profile: minimal - default: true - - - name: Install Clutter - run: sudo apt-get update && sudo apt-get install libclutter-1.0-dev libpango1.0-dev - - - name: Restore cache - uses: Swatinem/rust-cache@v1 - - - name: Run cargo-tarpaulin - uses: actions-rs/tarpaulin@v0.1 - with: - args: '--run-types Doctests,Tests' - timeout: 120 - - - name: Upload to codecov.io - uses: codecov/codecov-action@239febf655bba88b16ff5dea1d3135ea8663a1f9 - with: - token: ${{ secrets.CODECOV_TOKEN }} - - - name: Archive code coverage results - uses: actions/upload-artifact@v2 - with: - name: code-coverage-report - path: cobertura.xml - retention-days: 30 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml deleted file mode 100644 index 4687fc1..0000000 --- a/.github/workflows/tests.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: Tests - -on: [push, pull_request] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v1 - - name: Install Clutter - run: sudo apt-get update && sudo apt-get install libclutter-1.0-dev libpango1.0-dev - - name: Build - run: cargo build --verbose - - name: Run tests - run: cargo test --verbose - - clippy_check: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v1 - - run: rustup component add clippy - - name: Install Clutter - run: sudo apt-get update && sudo apt-get install libclutter-1.0-dev libpango1.0-dev - - uses: actions-rs/clippy-check@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - args: --all-features diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4ea6dd2..0000000 --- a/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -.idea -.vscode -/target/ -Cargo.lock -# These are backup files generated by rustfmt -**/*.rs.bk diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..f173110 --- /dev/null +++ b/.nojekyll @@ -0,0 +1 @@ +This file makes sure that Github Pages doesn't process mdBook's output. diff --git a/404.html b/404.html new file mode 100644 index 0000000..1a3a677 --- /dev/null +++ b/404.html @@ -0,0 +1,222 @@ + + +
+ + +This URL is invalid, sorry. Please use the navigation bar or search to continue.
+ +
-
-Fork this repository by clicking on the fork button on the top of this page.
-This will create a copy of this repository in your account.
-
-
-
-Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the _copy to clipboard_ icon.
-
-Open a terminal and run the following git command:
-
-```
-git clone "url you just copied"
-```
-
-where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url.
-
-> use SSH tab to copy proper URL
-
-
-
-For example:
-
-```
-git clone git@github.com:$USER/ux-charts.git
-```
-
-where `$USER` is your GitHub username. Here you're copying the contents of the `ux-charts` repository on GitHub to your computer.
-
-
-
-
-If you go to the project directory and execute the command `git status`, you'll see there are changes.
-
-Add those changes to the branch you just created using the `git add` command:
-
-```
-git add .
-```
-
-Now commit those changes using the `git commit` command:
-
-```
-git commit -m "$COMMENT"
-```
-
-replacing `$COMMENT` with appropriate description of your changes.
-
-### Push changes to GitHub
-
-Push your changes using the command `git push`:
-
-```
-git push origin
-
-Now submit the pull request.
-Do not forget to set develop branch for your pull request.
-
-
-
-
-## Where to go from here?
-
-Congrats! You just completed the standard _fork -> clone -> edit -> pull request_ workflow that you'll encounter often as a contributor!
-
-You can check more details in our **[detailed contribution guide](https://angular-rust.github.io/contributing/)**.
-
-You could join our gitter team in case you need any help or have any questions. [Join gitter team](https://gitter.im/angular_rust/community).
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
deleted file mode 100644
index acf6e03..0000000
--- a/CONTRIBUTORS.md
+++ /dev/null
@@ -1,10 +0,0 @@
-UX Charts contributors (sorted alphabetically)
-============================================
-
-* **[Victor Dudochkin](https://github.com/dudochkin.victor)**
-
- * Core development
-
-
-
-**[Full contributors list](https://github.com/angular-rust/ux-charts/contributors).**
\ No newline at end of file
diff --git a/Cargo.toml b/Cargo.toml
deleted file mode 100644
index e5113ec..0000000
--- a/Cargo.toml
+++ /dev/null
@@ -1,77 +0,0 @@
-[package]
-name = "ux-charts"
-version = "0.1.2"
-authors = ["Victor Dudochkin
-
-
-
-
-
-
-## Features
-
-- [x] Various charts: barchart, linechart, piechart, gaugechart, and radarchart.
-- [ ] Animation support
-- [ ] Gradient fills
-- [ ] User interaction
-
-> The unimplemented features depend on `User-Experience` during the development of the [UX Animate](https://github.com/angular-rust/ux-animate) crate. So far, we have implemented basic features to visualize your data streams.
-
-## Quick Start
-
-Install UX Charts:
-
- cargo add ux-charts
-
-## Learn More
-
-* [Manual, Docs, etc](https://angular-rust.github.io/)
-* [Samples](https://github.com/angular-rust/ux-samples)
-* [Apps using Angular Rust](https://github.com/angular-rust/ux-charts/wiki/Apps-in-the-Wild)
-* [Articles Featuring Angular Rust](https://github.com/angular-rust/ux-charts/wiki/Articles)
-
-## Community
-
- [](https://www.facebook.com/groups/angular.rust)
- [](https://stackoverflow.com/questions/tagged/angular-rust)
- [](https://www.youtube.com/channel/UCBJTkSl_JWShuolUy4JksTQ)
- [](https://medium.com/@angular.rust)
- [](https://gitter.im/angular_rust/community)
-
-
-## Contributing
-
-We believe the wider community can create better code. The first tool for improving the community is to tell the developers about the project by giving it a star. More stars - more members.
-
- [](https://github.com/angular-rust/ux-charts#top)
-
-Angular Rust is a community effort and we welcome all kinds of contributions, big or small, from developers of all backgrounds. We want the Angular Rust community to be a fun and friendly place, so please review our [Code of Conduct](CODE_OF_CONDUCT.md) to learn what behavior will not be tolerated.
-
-### New to Angular Rust?
-
-Start learning about the framework by helping us improve our [documentation](https://angular-rust.github.io/). Pull requests which improve test coverage are also very welcome.
-
-### Looking for inspiration?
-
-Check out the community curated list of awesome things related to Angular Rust / WebAssembly at [awesome-angular-rust](https://github.com/angular-rust/awesome-angular-rust).
-
-### Confused about something?
-
-Feel free to drop into our [Gitter chatroom](https://gitter.im/angular_rust/community) or open a [new "Question" issue](https://github.com/angular-rust/ux-charts/issues/new/choose) to get help from contributors. Often questions lead to improvements to the ergonomics of the framework, better documentation, and even new features!
-
-### Ready to dive into the code?
-
-After reviewing the [Contributing Code Guidelines](CONTRIBUTING.md), check out the ["Good First Issues"](https://github.com/angular-rust/ux-charts/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) (they are eager for attention!). Once you find one that interests you, feel free to assign yourself to an issue and don't hesitate to reach out for guidance, the issues vary in complexity.
-
-### Let's help each other!
-
-Come help us on the [issues that matter that the most](https://github.com/angular-rust/ux-charts/labels/%3Adollar%3A%20Funded%20on%20Issuehunt) and receive a small cash reward for your troubles. We use [Issuehunt](https://issuehunt.io/r/angular-rust/ux-charts/) to fund issues from our Open Collective funds. If you really care about an issue, you can choose to add funds yourself!
-
-### Found a bug?
-
-Please [report all bugs!](https://github.com/angular-rust/ux-charts/issues/new/choose) We are happy to help support developers fix the bugs they find if they are interested and have the time.
-
-## Todo
-- [ ] Documentation
\ No newline at end of file
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
deleted file mode 100644
index e69de29..0000000
diff --git a/SECURITY.md b/SECURITY.md
deleted file mode 100644
index 844d4dd..0000000
--- a/SECURITY.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# Security Policy
-
-If you believe you have found a security vulnerability in Angular Rust, we encourage you to let us know right away. We will investigate all legitimate reports and do our best to quickly fix the problem.
-
-## Reporting a Vulnerability
-
-To report a security vulnerability, please create a Github issue [here](https://github.com/angular-rust/ux-charts/issues/new).
-
-If you can, please include the following details:
-* An MCVE (minimum complete verifiable example) – this is a short code snippet which demonstrates the error in the
-the simplest possible (or just a simple) way.
-* Which versions of Angular Rust the vulnerability is present in
-* What effects the vulnerability has and how serious the vulnerability is
\ No newline at end of file
diff --git a/TODO.md b/TODO.md
deleted file mode 100644
index 3ecf493..0000000
--- a/TODO.md
+++ /dev/null
@@ -1,16 +0,0 @@
-`set_canvas_size` should be implemented at client level
-
-```rust
-fn set_canvas_size(&self, ctx: &Optionmy changes
+ +my changes
+ +