My requirement are as such
- on page load, no chart will be loaded
- when user click on the various domains button then the chart will load
- all data in for all the chart will always be between 0 to 100
- bar width vs value should also be same. i.e a 60 on chart A must always be the same with 60 on chart B regardless of its parent container
- height of each bar should be 40px regardless of the number of category or series it has
my current issue
- the chart value get clipped
- width of the bars are not the same
did a simplified version of my code in this dojo link