Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
How to create multiple category in xAxis or yAxis in a chart?
posted


I'm making a chart with a pivot by JS:
Http://www.igniteui.com/pivot-grid/chart-integration

Currently, the chart is working well when the pivot has 1 row and one column. But when the pivot has 2 row and one column, it is not working.
I want to display it with more categories on the xAxis, yAxis as this example:
Http://www.infragistics.com/samples/windows-forms/chart/2d-column-chart

However, I found that the support was only in ASP / .NET. Have you supported it on JS?

Parents
  • 960
    Offline posted

    Hello Duong Ngo,

    Could you tell me more exactly what your problem is?
    How is the chart not working?

    I looked at http://www.igniteui.com/pivot-grid/chart-integration. As far as I see, the chart is updated expectedly when the "+ All Periods" is expanded so that the pivot grid has more than one row. Looking at updateChart function in the sample code in "Code View", you can also see how to update the chart.


    Best Regards,

    Noriko I.
    Developer Support Engineer
    Infragistics, Inc.

Reply Children