This topic contains 5 replies, has 4 voices, and was last updated by Hristo 9 years ago.
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.
jQuery UI Widgets › Forums › Chart › charts
This topic contains 5 replies, has 4 voices, and was last updated by Hristo 9 years ago.
how to keep the legends out of the chart graph
Hello vasumullapudi,
You could use legendFormatFunction
member in series of seriesGroups property of the Chart. With it you could create your own layout of the legend. showLegend: false is also an option.
Best Regards,
Hristo Hristov
jQWidgets team
http://www.jqwidgets.com
Hello,
I have tried setting up JQxChart to display a simple x-y chart with numeric y values and a numeric x values with type stackedarea. If I set my sample data like { X:2, Keith:30, Erica:15, George: 25} and in settings put xAxis: { dataField: ‘X’, type: ‘linear’ } the resulting graph will plot this particular data point at x-axis 0.
Does JQxChart have a widget that does a classic x-y plot?
Thanks,
John
HI John,
You may look at our Charting demos to see what our Chart can do and cannot do. Taking a look at the demos is the best way to get known with the Chart’s features
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com/
Peter,
Thanks for the reply but you did not answer my question: does JQxChart have a widget that does a classic x-y plot?
How can I find out if your x-axis can be like http://peltiertech.com/images/2013-08/QuadChart12Finished.png
John
Hello John Bouchard,
Sorry for late answer. The Chart has many settings and you could choose those that are perfect for you. (You could try to experiment with them to receive desirable result.)
Please, take a look at this demo:
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxchart/javascript_chart_100percent_stacked_area_series.htm?arctic
Best Regards,
Hristo Hristov
jQWidgets team
http://www.jqwidgets.com
You must be logged in to reply to this topic.