aurelia-chart icon indicating copy to clipboard operation
aurelia-chart copied to clipboard

A chart element for aurelia which is powered by chart js using html5 canvas.

Results 19 aurelia-chart issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...

dependencies

I have installed Aurelia-chart using your JSPM instructions and it has turned up in my package.json and config.js files OK. The files are also present in a [email protected] directory under...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

We are using AU 1.3.1 and Highchart in our existing commercial product hoping to migrate from Highchart to Chart.js. The aurelia-chart project seems like a perfect fit for our replacement...

Are there plans to support Aurelia 2?

# Steps to Reproduce * Create a pie chart or doughnut chart which uses animation and updates using `should-update="true` * Change the chart's data (bound to `chartData.datasets[0].data`) # Expected Results...

I have 2 issues: 1) if i add show.bind or if.bind to the custom element the chart is not render, ven when i add the data of the chart inside...

I'm sure I'm doing something wrong, or misunderstanding something basic, but am banging my head against a wall trying to get aurelia-chart working with current aurelia (framework v1.0.7), installed using...

I am binding and creating charts fine but when i try and add options I am getting an **Binding expression "{'barThickness':15}" cannot be assigned to.** error. I am using cli-version...