well i guess the title says it all
right now the default is orange - id like to change each stock column to a diff color
i tried putting it in the data, (ie in this case wData)
but that didnt work
pls help
thanks!
right now the default is orange - id like to change each stock column to a diff color
i tried putting it in the data, (ie in this case wData)
but that didnt work
pls help
thanks!
$J($chartD).kendoStockChart({ dataSource: wData, series: [{ type: "candlestick", openField: "open", closeField: "close", highField: "high", lowField: "low", categoryField: "cat", notes:{ line: { width: 0, length: 0 }, label: { font: "bold 9px Open Sans, sans-serif" }, icon: { border: { width: 0 } } }, tooltip:{ format: "{4}:<br /> {0:n0} -- {3:n0}" } }], navigator:{ visible: false }, categoryAxis:{ categories: cats, type: "category", labels: { font: "bold 9px Open Sans, sans-serif", rotation: 90, step: 1, skip: 0 } }, valueAxis: { labels: { format: "N0" } }});