Cristi S. Report post Posted March 21, 2017 I tried "options.dataSource.dataset[0].lineThickness = 5;", but it does not seem to work. I still get a series with 1px line. Same for "thickness". Regards, -Cristian Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted March 21, 2017 Hi, To set line's thickness you can use "lineThickness" attribute at the chart level and set it as the number of pixels required. Also if you want to change it dynamically you can use FusionCharts setChartAttribute api method and set the line thickness. For details regarding setChartAttribute please refer this link http://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-methods.html#setChartAttribute For further reference please check this sample fiddle link using setChartAttribute api method http://jsfiddle.net/ayanbhaduryfc/fboruqhb/ Share this post Link to post Share on other sites
Cristi S. Report post Posted March 21, 2017 Thanks, Ayan, it looks great. Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted March 21, 2017 Welcome. Share this post Link to post Share on other sites
Cristi S. Report post Posted March 21, 2017 I'll bother with another related question, if you don't mind please... What about the line thickness in a candlestick chart, for the little stick going out of each candle? I tried with lineThickness, or even borderWidth, and no luck so far. (It worked fine setting the bear/bullFillColor and bear/bullBorderColor) Thanks, Cristian Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted March 23, 2017 Hi, Unfortunately, there is no way to set thickness of the little stick out of each candle. However you can change the candle to line and increase its thickness using "plotLineThickness" attribute at the chart level. Please refer this sample fiddle http://jsfiddle.net/ayanbhaduryfc/fqfnj5vp/ Share this post Link to post Share on other sites