-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
I am using the following to create multiple bar graph
new Ico.BarGraph(document.getElementById('graph_search_image'), {one: [100,200,300,400], two: [120,100,220,500]}, {meanline: true, grid: true,colors: {one: '#aaa', two: '#bbb'},labels: ['jan','feb', 'mar','apr'] });
The graph renders good but I want the bars side-by-side instead of on top of each other, how do I accomplish that, and how do I make the graph load colors I want it to load, (its always random).
Created with Raphaël100200300400500janfebmarapr
Metadata
Metadata
Assignees
Labels
No labels