Apliqo UX: Removing lines from waterfall charts

@R.B

I don’t know if you can use custom css in Apliqo, but I’ve removed the lines between -

(part highlighted is an inverted waterfall mixed with normal columns)

image

with this:

.highcharts-waterfall-series .highcharts-graph {
  stroke: transparent !important;
  stroke-dasharray: 0, 0;
}
1 Like