Top "Chart.js2" questions

Chart.

Chart.js v2 hide dataset labels

I have the following codes to create a graph using Chart.js v2.1.3: var ctx = $('#gold_chart'); var goldChart = …

chart.js chart.js2
Chart.js v2 - hiding grid lines

I am using Chart.js v2 to draw a simple line chart. Everything looks fine, except there are grid lines …

javascript chart.js2
Removing legend on charts with chart.js v2

I'm making a homepage using, Bootstrap, JQuery and Chart.js (v2). I had my implementation working using v1, but recently …

javascript jquery css charts chart.js2
How to customize the tooltip of a Chart.js 2.0 Doughnut Chart?

I'm trying to show some data using a doughnut chart from Chart.js2. My current chart looks like this: My …

javascript tooltip customization chart.js2
Chart.js 2.0 doughnut tooltip percentages

I have worked with chart.js 1.0 and had my doughnut chart tooltips displaying percentages based on data divided by dataset, …

javascript chart.js chart.js2
using array values in chart.js data and label field

I wish to pass values of an array to the data and label fields of the chart.js dataset. Here …

javascript arrays ajax chart.js chart.js2
How can I change the font (family) for the labels in Chart.JS?

I want to change the font to something snazzier in my Chart.JS horizontal bar chart. I've tried the following, …

javascript jquery html css chart.js2
Chart.js - Increase spacing between legend and chart

I have a bar chart where I have drawn 3 vertical lines, each with it's own label at the top. I …

chart.js chart.js2
Change Chart.js tooltip caret position

I created a doughnut chart using Chart.js 2.5. The issue I’m having is with the tooltip. When I hover …

javascript charts chart.js2
How to add OnClick Event on labels in Chart.js v2.0?

Looking For a method to add onClick handle on the "label" element in chartjs 2.0 As using below method will return "…

javascript jquery html chart.js chart.js2