colormap

набор цветовых схем для элементов диаграммы

object colormap;

Example

{
    view:"chart",
    type:"bar",
    value:"#sales#",
    label:"#sales#",
    data: dataset,
    color:"RAINBOW"
}

Details

Если вы не задали цвета для чарта в настройках, цвета будут выбраны из набора "default". Доступен также набор "RAINBOW".

Наверх
If you have not checked yet, be sure to visit site of our main product Webix js framework and page of chart widget product.