When RenderBarChart is called, the position (htlLocation) is passed informing the function that where the Chart should be added. Right now we are only appending it inside the htmlLocation. Sometimes that is not the expected behavior of rendering the bar chart in the proper place. Maybe there should be a way introduced to put the chart in a specific place inside the htmlLocation (append, prepend, more options?)
Check: BarChart.ts (RenderBarChart()) fore more details
When RenderBarChart is called, the position (htlLocation) is passed informing the function that where the Chart should be added. Right now we are only appending it inside the htmlLocation. Sometimes that is not the expected behavior of rendering the bar chart in the proper place. Maybe there should be a way introduced to put the chart in a specific place inside the htmlLocation (append, prepend, more options?)
Check: BarChart.ts (RenderBarChart()) fore more details