Im facing issues in changing the angle of line chart using chart.js, the chart which Im using is combination of line and bar chart together. I wanted to change the angel of it. Kindly provide your inputs on this.
Related
I am using chartjs to draw a line chart on my application. I have dates onx-axis but as a category scale. Means labels are strings but are dates. On the y-axis i have numeric values. I am changing the chart on some functionality and after change i want to highlight some area of the chart. Is there any way i can highlight an area on the line chart? I have searched but did not find anything.
I want to do this pragmatically like there are some specific dates which i want to highlight so i want to have this type of effect.
Any kind of help would be much appreciated. I am very beginner in charts and javascript stuff.
P.S this is specifically for the line chart not for the doughnut
I use this https://github.com/chartjs/chartjs-plugin-annotation lib to do something like this.check on it. I think this will helpful.
I have created a Bar Chart using Google Charts. I am not able to get the X axis for the Bar Chart even though I am getting the axis labels. I tried using baseline but to no effect.
**I have added an image of what I exactly want.
**
Please refer to the image.
Could someone please let me know how I could enable X axis for Bar Chart.
I am also facing a similar issue with Y axis Column charts.
Regards,
Farhan
I want to add a star label to the chart's x-axis as shown in the image below. How can I do that?
I achieved this through passing Unicode(unicode for "star") with my data to google chart API.And it's working.
Thanks you all for support.
I am trying to implement a bar chart using chart.js(http://www.chartjs.org/docs/#bar-chart). I was able to create the chart, but I require to have a scrollable horizontal axis. I haven't been able to find any pointers to the same. Can anyone please assist me in this?
I'm creating a html5 web for mobile device and I'm using graphael to create a pie chart.
The chart is render perfectly but I have two problems that I don't found the solution.
I want that the first portion of the chart start at 12 oclock.
https://dl.dropbox.com/u/23287638/piechart.png
And my second problem its' that I want to have a line label for each portion of the chart like this:
https://dl.dropbox.com/u/23287638/chart2.png
Any suggestion to how to do this two things?
Thanks