Apart from specifying the color mix, you can also specify the ratio of each color in the mix. The ratio determines how far that particular color will spread before mixing with the next color and forming a gradient.
Ratio is specified by separating them by commas e.g.,
<chart gaugeFillMix='{light-10},{light-70},{dark-10}' gaugeFillRatio='60,20,20'…>
The ratios should sum up to 100 and the number of ratios should be equal to the number of colors you have specified in the gradient mix. FusionWidgets XT will automatically map each ratio to the corresponding color in the gradient mix. |