Threaded View
-
26 Jul 2011 8:05 AM #1
Unanswered: Image/text is not getting added on Scatter Chart
Unanswered: Image/text is not getting added on Scatter Chart
Hi
I have requirement to show image/text on the chart.Scatter is more appropiate but when i update the series by passing config object for markerConfig it's not getting refelected. It seems that it is working for circle only.
I tried for Image like
Can you please anyone let me know how can i get the image on the chart for marker.Code:series: [{ type: 'scatter', markerConfig: {type:'image',src:'abc.jpg'}, axis: 'right', xField: 'name', yField: 'data1' }
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote