-
1. Re: Edit colour to one column only
Ken Flerlage Jan 25, 2019 1:34 PM (in response to Pauline Tisseyre)Fortunately, you can have separate color palettes for each measure, as you have on this workbook. Unfortunately, Measure Values is a continuous field, so Tableau wants to provide a range of colors. To trick it, you could create a continuous color palette with two colors that are both black. (see the following for how to create a custom color palette: Create Custom Color Palettes - Tableau )
The palette would look like this:
<color-palette name="All Black" type="ordered-sequential" >
<color>#000000</color>
<color>#000000</color>
</color-palette>
Then edit the color for the Total Players YTD measure and select this palette:
Should give you what you need:
See attached.
-
Black font to one column.twbx 721.5 KB
-
-
2. Re: Edit colour to one column only
Pauline Tisseyre Jan 28, 2019 11:09 AM (in response to Ken Flerlage)Thank you Ken! This has been very helpful!
-
3. Re: Edit colour to one column only
Ken Flerlage Jan 28, 2019 11:11 AM (in response to Pauline Tisseyre)Great. If this answers your question, would you be so kind as to mark my answer as the "correct answer"? This will allow us to close the thread and will make it easier for people to find the answer to similar questions in the future. Thanks!
-
4. Re: Edit colour to one column only
Pauline Tisseyre Jan 28, 2019 11:27 AM (in response to Ken Flerlage)Absolutely!