jQWidgets Forums

jQuery UI Widgets Forums Chart jqxChart: Feature Confirmation

This topic contains 3 replies, has 2 voices, and was last updated by  Dimitar 10 years, 10 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • jqxChart: Feature Confirmation #56190

    lordbalmung
    Participant

    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}]

    jqxChart: Feature Confirmation #56277

    Dimitar
    Participant

    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,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    jqxChart: Feature Confirmation #56319

    lordbalmung
    Participant

    @dimitar,

    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.

    jqxChart: Feature Confirmation #56320

    Dimitar
    Participant

    Hi lordbalmung,

    Thank you for the feedback. We will update the chart API Documentation as soon as possible.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.