Posts by CG_LCC • 1 point
2 posts
-
0
votes1
answer36
viewsA: How to change the color of These bars? I’m using an Excel API for Javascript
After many tests I figured out how to do: chart.series.getItemAt(0).format.fill.setSolidColor("black")
-
-1
votes1
answer36
viewsQ: How to change the color of These bars? I’m using an Excel API for Javascript
var dataRange = sheet.getRange(range); var chart = sheet.charts.add("ColumnClustered", dataRange, "Rows"); chart.axes.valueAxis.minorUnit = 0.2; // chart.axes.valueAxis.format.font. // 12% // +--+…