How to add dynamic series in label chart?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How to add dynamic series in label chart?
hi,
I have requirement to add the data series dynamically based my sql query. For example, i have data for shifts as A,B,C......n , and I want to display a bar graph for this NumberOfSeries. See the below screenshot, In this I have NumberOfSeries=3 which is fixed (A,B,C shifts data is displayed). But my shifts are not fixed ,they may A,B,C....n . So depending on the input series must vary.
Is there any way of doing this?
Thanks,
sheetal
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The Chart widget itself cannot bind dynamically to different number of threads, but if you can use a Contained Mashup widget, and create sub-mashup for 2-thread, 3-thread and 4-thread Charts, it could work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The Chart widget itself cannot bind dynamically to different number of threads, but if you can use a Contained Mashup widget, and create sub-mashup for 2-thread, 3-thread and 4-thread Charts, it could work.