Vizlib Home Try Vizlib
Welcome
Login

Mini Charts Do Not Respond To Dimension Colours

Hi,


I have a table where I want to have the colour of the mini chart to be related to the dimension of the table, but dimensionality is ignored when setting the colour of the mini chart.


In the attached example I have the following expression to give colours:

 

=if(maxstring(Colour) = 'Blue', '#5555dd', if(maxstring(Colour) = 'Green', '#55dd55', if(maxstring(Colour) = 'Red', '#dd5555', '#888888')))


This is applied to all three columns in the table:


image


In the two text based columns the code applies the colour correct.


In the minichart however the dimension of Colour is ignored and the MaxString(Colour) expression returns Red (the last alphabetically) and therefore all three mini charts are shown in red.


That colour expression should respect the dimensionality at the point it is called, so we would have three different coloured charts.


I hope that makes sense?


Steve

qvf

3 people like this idea
  • Thanks Steve! I like this one too
Login to post a comment