Hi,
I started down this journey as i didn't want to see the total for StackedBar chart lines as the chart was too busy (ie lines to short to display and sum of the four data points in this case is not a meaningful number). I couldn't find an example of how to suppress this info (either just the sum of values or all values) in the mydbr docs. So if you have that it might be great as i could just run the query again and put the chart data in an mydbr table beside the chart to get data, quick and dirty.
But then i got exited. While resarching came accross chart director clickable charts, and they look cool link. I couldn't find that mydbr has coded the links to create this type of chart with mydbr commands so at the moment i think i need to pass custom commands to chartdirector like it says to do for "ChartDirector native options"
for ex select 'dbr.chart.options', 'chartdirector', '$c->chartdirectorcommand';
It looks like this might bevery involved (compared to a mydbr chart) as may need to set chart size and a number of other options that mydbr sets automatically on builtin chart types.
I haven't come accross an example to use this method to pick a different chart type, can you confirm if i am on the right path, any examples would be great.
Thanks very much