Home › Forums › Chart Support › Synchronized Charts › Reply To: Synchronized Charts
Hi After playing around I got the sync + zoom work, One further question is how to get different high graphs – probably modifying these rows
<style> .row:after { content: “”; display: table; clear: both; } .col { float: left; width: 100%; height: 200px; } </style>
I don’t know how to share the complete code