Guest User

Untitled

a guest
Jul 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. dataProvider: scoreDataValues,
  2. type: "bar",
  3. render: "#water_score_chart",
  4. stacked: true,
  5. tooltip: scoreTooltip,
  6. axes: {
  7. values: {
  8. keys: ["val"],
  9. roundingMethod: 1000
  10. }
  11. },
  12. seriesCollection: [
  13. {
  14. type: "bar",
  15. keys: ["val"],
  16. styles: {
  17. fill: {
  18. color: ["#E57627", "#77BB22", "#426AB3"]
  19. }
  20. }
  21. }
  22. ]
  23. //styles: stylesDef
  24. });
Add Comment
Please, Sign In to add comment