Would anyone recommend a particular JavaScript charting library - specifically one that doesn't use flash at all?...
I am using Google Visualisation to create line charts for my application. I have following requirements in that : Manipulating events on legends (like doubleClick, which I have solved somehow) Wrapping the legends in two rows avoiding paginat...
I developed a simple application with AngularJS and I want to add a simple chart based on this website Js Charts This is my data.json: [ { "name": "city A", "elements": [ { &...
I've created a google bar chart using the Google Visualization API and I'm trying to add a column which will be used for style. Here's my implementation below using the .addcolumn() and then adding the color field to each row, however e...
I have a chart with 4 lines in different colors. Using checkboxes I can hide/show specific lines. Now when all the lines are showed (all boxes checked) line 1 is red and line 2 is yellow. When line 1 is hidden line 2 is red and line 3 is yellow....
I'm using Chartjs to display a Line Chart and this works fine: // get line chart canvas var targetCanvas = document.getElementById('chartCanvas').getContext('2d'); // draw line chart var chart = new Chart(targetCanvas).Line(ch...
I have created a bar chart in chart.js using the below code. However I want to give the bars rounded corners instead of edged ones at the top of the bars. I can't find any way to do this using the global settings of chart.js. Is there any way to...
I use Angular-Chart.js (the AngularJS Chart.js version) to create a bar chart. The Chart is working with the options except for the colours. Even if I set them it is indicated in the documentation, they stay grey. <div class="graph-display...
How can I show tooltips always using Chart.js version 2 (alpha)? I have tried this Chart.js - Doughnut show tooltips always?, but seems that this have changed in this last version....
I'm trying to make a google line chart with 2 lines in it. You should be able to turn them on and off(show/hide) by two checkboxes.. Anyone got any idea show to make this, og just give some pointers? My guess would be some onClick jQuery stu...
©2020 All rights reserved.