TheLostDory opened a new issue #14481:
URL: https://github.com/apache/echarts/issues/14481
Hello, I need help the heights in the charts is not responsive, while the
width is responsive. PLZ IS NEED HELP ASAP
This is my chart options:
this.options = {
xAxis: {
type: 'category',
data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
},
yAxis: {
type: 'value'
},
series: [{
data: [150, 230, 224, 218, 135, 147, 260],
type: 'line'
}]
};
and this is my html code:
<div >
<div echarts [options]="options" class="demo-chart" ></div>
</div>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]