jQuery UI Widgets › Forums › Chart › Remove black border to the chart
Tagged: bar, black border, border, chart, color, column, fillColor, jqxChart
This topic contains 3 replies, has 2 voices, and was last updated by Dimitar 10 years ago.
In the attached example we could see the black border to each and every bar . http://jqwidgets.com/wp-login.php Is there any property to remove the black border of bars in the chart??
Hello arunthatham,
You have not attached any example. Please post it so we can determine how to help you best.
Best Regards, Dimitar
jQWidgets team http://www.jqwidgets.com/
In the Fiddle example you can see 2 bars and the bar is covered by black border,I need to remove that border. http://jsfiddle.net/qtjvcqjq/
Hi arunthatham,
The property color is deprecated. Use fillColor and lineColor instead:
series: [{ dataField: 'RunTime', displayText: 'RunTime', fillColor: "#57a7d7" }, { dataField: 'IdleTime', displayText: 'IdleTime', fillColor: "#faa75b" }, { dataField: 'WorkingTime', displayText: 'WorkingTime', fillColor: "#2dcc70" }]
You must be logged in to reply to this topic.