TheLostDory opened a new issue #14482:
URL: https://github.com/apache/echarts/issues/14482


   ### What problem does this feature solve?
   I need my charts height to be responsive:
   
   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>
   
   ### What does the proposed API look like?
   I really dont know how to fix it plz i need it to be fixed asap
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


----------------------------------------------------------------
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]

Reply via email to