You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully implemented this feature in AmCharts but it's not working in AmStockCharts, can I see any example to implement this?
Is there any example of smoothCustomBullets with AmStockCharts?
I am adding smoothCustomBullets object to StockChart first panel.
You have correctly assumed that smoothCustomBullets should go into panel's config.
I'm not entirely sure why your code does not work. Please doublecheck if you are including the plugin js file, or if the above code is executed before chart.write()
I have successfully implemented this feature in AmCharts but it's not working in AmStockCharts, can I see any example to implement this?
Is there any example of smoothCustomBullets with AmStockCharts?
I am adding smoothCustomBullets object to StockChart first panel.
var smoothCustomBullets = {
"borderRadius": "auto",
"fillAlpha": 0,
"fillColor": undefined,
"borderAlpha": 0,
"borderColor": undefined,
"borderThickness": undefined,
"borderLinejoin": undefined,
"borderLinecap": undefined,
"borderDasharray": undefined,
"positiveOffset": 0,
"negativeOffset": 0
}
chart.panels[0].smoothCustomBullets = smoothCustomBullets;
chart.panels[0].stockGraphs[0].customBulletField = "customBullet";
The text was updated successfully, but these errors were encountered: