I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: Graph Scaling

dashed-slug.net Forums Exchange extension support Graph Scaling Reply To: Graph Scaling

#8441
Anonymous
Inactive

i managed to achieve the responsive scaling i needed

i changed the php in public_html/wp-content/plugins/wallets-exchange/templates/chart.php

from
<div class=”chart-container” style=”width:<?php echo absint( $atts[‘width’] ); ?>px;height:<?php echo absint( $atts[‘height’] ); ?>px;”></div>

to
<div class=”chart-container” style=”width:auto>px;height:<?php echo absint( $atts[‘height’] ); ?>px;”></div>
<?php

i see this works ok