I'd like to get a chart like this one.
Can someone post some tips?
Thanks a lot!
Related
I have to implement a feature which is to show a bar from A to B in highchart.
What I want to do is to for any two given points, I need to add a red bar. For example: show a red bar between A(10:25) to B(10:35).
I failed to find any answer online, does anybody know how to do that? Thanks.
I found arearange can solve the problem.
Is there a way to modify a Vaadin chart by moving a bar or a point from the chart itself? i.e. I have a bar chart with a certain value in one of the bars, I want to get a new value by dragging that bar to that new value.
There is something similar in this example, that is why I wonder if it is possible to extend this option to something like what I need.
Thanks!!!!
I assume that vaadin uses Highcharts if this is the case, maybe you can use plugins, if so I recommend:
http://www.highcharts.com/plugin-registry/single/3/Draggable%20Points
Source code in case you had to rewrite it:
https://rawgit.com/highslide-software/draggable-points/master/draggable-points.js
Regards.
I got a line chart and i want to disable or hide the drill down. I read the documentation and I i haven't found it
Any suggestions?
Thanx!
I have been working with g.raphael graphs lately,but couldn't find a solution to a particular problem where i want to show bar chart legends outside the bar chart(like one that is available in google graphs),am talking about legends here,not labels,can anybody please help me out?
I made this cool pie chart and now I'd like to drop a shadow under it.
Is there anyway I can do it with DrawRect ?
I'd like to do it right under the pie chart (drawn using DrawRect).
Suggestions are welcome
Have a look at BNPiechart here - http://bynomial.com/blog/?p=104 . The code is open source.You can use it directly.If you do not want to use the library, you can refer the code for creating the shadow.