javascript - How to add tooltip for indicators plot using dojocharts -


I am creating a bar once using dojocharts and version 1.9. I add an indicator to the chart once I want to add text with html tags (such as brake tags) and also tooltip on indicator. I've added a label to get the HTML back, but it's shown as plain text only. HTML tags and tooltips are not working for the indicator here. Any suggestion that it is possible to add tooltip and HTML tags on the doorkoort indicator.

Below is my code

  chart: "Indicator", {type: "Indicator", vertical: wrong, value: 30, offset: {y: -2, X: -50}, line stroke: {color: "green", style: "line"} ", label: true, html label: true, // start: true, // label style:" inside ", // maxBarSize : 35, fontColor: "red", // exact: 1, labelfanks: max, stroke: {color: "RGB (204, 204, 204)", height: 40, width: 25}, outline: "purple" Fill: "# 666"});  

Use the tooltip plugin.

For example see this Utoriyl Dojoks plugin. Charting. Action 2D. Toltip called and it has been described here


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -