Documentation

scale

type of chart scale, logarithic or plain

string scale;

Example

webix.ui({
  view:"chart",
  scale:"logarithmic"
})

Details

Possible values are "logarithmic" and "linear"

Back to top