Top "Chart.js2" questions

Chart.

Chart.js 2.0 - How to change default appearance of canvas/chart elements

I'm using the new Chart.js and trying to accomplish several customizations. Versed in JS but new to canvas, I'm …

javascript jquery canvas chart.js chart.js2
Chart.js - Line charts with different colors for each border lines

As per chart.js documentation I can specify an Array for Colors of border and background. However on using this …

javascript reactjs charts chart.js chart.js2
Chart.js OnClick event with a mixed chart, which chart did I click?

EDIT: Modified to add options, and a suggested (from the answer) chartClickEvent, here is a jsfiddle: http://jsfiddle.net/jmpxgufu/174/ …

javascript charts chart.js2
Uncaught TypeError: Chart is not a constructor when using Chart.js

I'm working on my first Cordova projects and am trying to use Chart.js. The documentation states that Chart.js …

javascript cordova webstorm chart.js chart.js2
Chart JS Fill Between two lines

I am looking for a way to fill between two lines with Chart.js so that it would look like …

chart.js chart.js2
Apply/Register conflicting plugins to different charts

I have defined two slightly different Chart.js plugins and I have a page with two different charts. I want …

chart.js chart.js2
chart.js stacked graph that overlaps

I am creating a stacked bar graph but I need it to not just add the two vales together and …

javascript chart.js chart.js2
Modifying the X-Axis Labels of a Scatterplot in Chart.js 2

In Chart.js 2 I am generating a scatter-plot where there x coordinates are Epoch timestamps and the y coordinates are …

javascript chart.js chart.js2
Chartjs 2: Multi level/hierarchical category axis in chartjs

Is it possible to define a bar chart with a multi level/category axis? For instance I'd like to display …

chart.js chart.js2
Can't get bar chart colors in Chart js working in React Js

This is my first time working with Chart Js and I managed to get it displaying on my page but …

javascript reactjs chart.js chart.js2