Column chart with colored columns.

0
Hi. My task is to create a chart similar to this: I trying to accomplish by using the column chart widget, but the question is how to make columns with different colors. Is it even possible? Could somebody point in the right direction, please?   Thanks. Armands
asked
1 answers
0

Hi Armands,
 

I havnt checked out the graph html yet, but it should be possible.
there are 2 ways to go about this.

  1. hope that each col was its own css class, then you could target it.
  2. target them by using a nth() css selector

 

here are some links that might help you out:

how to start styling in MX with sass
https://docs.mendix.com/howto/front-end/style-with-gulp-and-sass#1-introduction

how nth child works
https://css-tricks.com/how-nth-child-works/

answered