Sha256: 9c073f49b7129a00d84a71c9623b8c6b90d14dea4969394c3fe1746326435417
Contents?: true
Size: 458 Bytes
Versions: 6
Compression:
Stored size: 458 Bytes
Contents
define("dojox/charting/themes/PrimaryColors", ["../Theme", "./gradientGenerator", "./common"], function(Theme, gradientGenerator, themes){ var colors = ["#f00", "#0f0", "#00f", "#ff0", "#0ff", "#f0f", "./common"], defaultFill = {type: "linear", space: "plot", x1: 0, y1: 0, x2: 0, y2: 100}; themes.PrimaryColors = new Theme({ seriesThemes: gradientGenerator.generateMiniTheme(colors, defaultFill, 90, 40, 25) }); return themes.PrimaryColors; });
Version data entries
6 entries across 6 versions & 2 rubygems