jQuery UI Widgets › Forums › Chart › jqxChart: Feature Confirmation
Tagged: chart, color, data, data adapter, Features, fillColor, format, jqxChart, lineColor, size, source, Symbol, symbolSize
This topic contains 3 replies, has 2 voices, and was last updated by Dimitar 11 years, 5 months ago.
-
Author
-
After detailed analysis of the chart tool, I first like to say that it is very very cool. I would like to confirm if the following features are available.
- Make a broken axis chart
- Find the color of a particular series
- Plot data in different format without reformatting
- Change the size of symbols
Note: Let me give an example to explain different format:
Say I have the marks scored by a student in math over a few years,
{ Name: Andrew, Score: [ {grade:1, mark:98} {grade:2, mark:99} {grade:3, mark:100} {grade:4, mark:77} ] }And I wish to plot the graph with ‘x-axis’ as Grades and ‘y-axis’ as the mark scored and ofcourse the series in this example is ‘Andrew’, is it possible to do so without re-formatting the data into:
[{grade:1, Andrew:98}, {grade:2, Andrew:99}, {grade:3, Andrew:100}, {grade:4, Andrew:77}]Hello lordbalmung,
1) The feature is not supported.
2) You can set the colour of particular series by setting the series fillColor or lineColor properties.
3) This particular example may work because the array Score has the same format as the latter array. However, you may have to add the name (Andrew) to tooltips via toolTipFormatFunction. This approach, will not work for more people (at least not without a data adapter and mapping).
4) You can use the symbolSize property of the serie.Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Thank you for your response, I request to update your API documentation with symbolSize. I am extremely dilighted to know that the symbol sizes can be configured however your API Chart API Documentation does not list this option.
Hi lordbalmung,
Thank you for the feedback. We will update the chart API Documentation as soon as possible.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.