Hello,
I had the following graph:
and I add code for show value on series ==> markerTemplate: textualMarker,
This is the result :
Legend ,series2 and series3 disappear. Please tell me how to fix.
Thank you.Sulada
Hello Sulada,
Thank you for contacting Infragistics support.
Here is a working sample of what you are trying to achieve: http://jsfiddle.net/V72h4/58/.
Please have in mind that when the legend is rendering renderInfo.data.item() in the "render" method is null.
Please let me know if you need anything else.
Hello Tihomir Iliev,
Thank you for suggestion.
I applied to my code, it successfully. But I have another error is compositchart.I put the code shows the value to be included, but the point disappear.
composit chart : Traditional a point.
composit chart + show value :
Please suggest me again.
Thank you.
Sulada
Thank you for your update.
Could you send me a working sample demonstrating your issue so I could further investigate?
You could upload it to https://jsfiddle.net/ if you'd like.
I am looking forward to hearing from you.
Thanks for the great responses from you.
I can not run output from https://jsfiddle.net/. I have attached exam1.zip by this link : https://mega.nz/#!IgRzHSZD!PqxJhdMpxJBROVwmnf3wAfrLkJ2vs2mU4nEW_ECc5JM
I hope it will help solve the problem for me.
When using the marker template, you override the legend creation. If you want to preserve the green circle, you should draw it yourself. Please take a look at the Canvas API - https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API, this is what we use to draw. The exact spot where this should be implemented is where the comment "RENDERING LEGEND" is. Please take a look at this sample where similar thing is implemented - http://jsfiddle.net/gh/get/jquery/1.9.1/igniteuisamples/jsfiddle-samples/tree/master/EN/HtmlSamples/map/marker-template/ .
Thank you for suggestion. I will bring it develop to my code.