n3-charts / line-chart

Awesome charts for AngularJS.
http://n3-charts.github.io/line-chart/
MIT License
1.2k stars 179 forks source link

Chart is scaled up at eveyr form click #484

Closed aligit closed 8 years ago

aligit commented 8 years ago

Once the chart is generated based on a form, when I press on a text field or a button, the chart's height is increased. Any idea why this weird error might happen?

Thanks in advance

lorem--ipsum commented 8 years ago

Yeah, you should specify an explicit height for the chart's container. If you're still stuck with this problem, feel free to add a CodePen that replicates the bug and we'll help you figure it out ! :-)

aligit commented 8 years ago

Thanks man. That fixed the issue.

Best, Ali

lorem--ipsum commented 8 years ago