kimon
kimon

Reputation: 2505

SDK 2.0: Controlling the X Axis in rallychart

I'm trying to create a defect create/kill chart for defects using rallychart in SDK 2.0. The X axis is time-- in this case either individual days, weeks or months.

I don't see any examples of how to control the X-Axis using rallychart. How do you do it? Do you use categories directly in highcharts? How should you configure the data store?

In general, what are some ways to do time based graphs using rallychart?

Upvotes: 1

Views: 109

Answers (1)

Kyle Morse
Kyle Morse

Reputation: 8400

You should be able to just pass a chartConfig (including x-axis categories and your series data) and that will be passed through to highcharts. I'm not sure if this works in 2.0p2 or not but it should in 2.0p3 when that is released.

Upvotes: 1

Related Questions