chartist.js Questions
2
I can reanimate the chart using a setTimeout (at the bottom, on the created event) by using chart.update.bind(chart).
Can anyone suggest a way I can pass new data into that chart object? Maybe wit...
Margarita asked 18/4, 2015 at 19:12
8
Hello I am trying to create the following donut chart using Chartist.js:
GOAL CHART
This is what the chart looks like currently:
Chartist.js Donut Chart
I am trying to find where or how I can c...
Overcasting asked 15/2, 2016 at 5:34
2
Solved
I have set up a js fiddle which demonstrates how axis labels can be rotated, based on an issue raised on github. It works fine in the js fiddle example below, but when I try this on my site the lab...
Publicist asked 23/11, 2016 at 10:42
1
I'm currently using Chartist.js, But I can't change the default line colors of Chart.
Chartist.js
For SIMPLE LINE CHART I've tried:
.ct-series-a .ct-line{
background-color: blue;
}
But It br...
Zel asked 15/4, 2017 at 23:6
2
Solved
I want to create a pie chart with chartist.js with labels (which are shown in the legend) AND also with percentages in the pie itself.
This is the pie chart. I want to add percentage values to the...
Tynan asked 18/4, 2016 at 11:59
1
Solved
I have created graph to display value in graphical form by Chartist.js library in JavaScript (PHP). All the values of Y-Axis are coming from database. But I am not able to display Y-Axis in grouped...
Marandamarasca asked 10/8, 2016 at 7:58
1
The font size on the charts are to small and hard to read on certain colors. Is there a way to change these attributes?
I can do this do make the whole pie red but setting color or font-size doesn...
Checker asked 13/4, 2016 at 19:28
1
Solved
I made a Bar chart by chartist.js.
Now I want to add some listening event on the bars.
How can I do to let label show up when mouse over the bar?
Emissive asked 2/1, 2016 at 2:53
3
Solved
Consider the CSS selection I have here:
http://jsfiddle.net/dx8w6b64/
/* This works:
#myChart .ct-series-b .ct-bar {
*/
/* This does not (chromium, glnxa64) */
['ct\:series-name'='second'] ....
Amorete asked 24/12, 2015 at 2:6
3
So I can display:none the labels ex. below with css, but my .ct-chart still has something on the left and bottom side of the chart ex. image below.
.ct-labels, .ct-grids {
display: none;
}
Idea...
Gurnard asked 8/4, 2015 at 19:28
3
Solved
I'm using showArea: true but can't find the appropriate setting to make that fill all the way. Example:
I assume this is because I don't have any data points after where it ends, but I don't wan...
Quintessa asked 20/7, 2015 at 22:41
1
Solved
I'm playing around with Chartist.js and just wondering if you can give me a hand applying some styling to the SVG. Here is my code as follows:
jQuery:
new Chartist.Line('.ct-chart', {
labels: [1...
Kathernkatheryn asked 25/2, 2015 at 9:27
1
© 2022 - 2024 — McMap. All rights reserved.