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!
-
.. is there a way? after i googled a while, it seems that i have to go deep in code
Hello,
Are you referring to the chart? (wallets_exchange_chart]
shortcode)
The chart is redrawn on window resize. From wallets-exchange.js
:
// resize all charts whenever window resizes
$( window ).resize( function( e ) {
$( '.dashed-slug-wallets-exchange.chart .chart-container').each(
function( i, el ) {
drawChart( el );
}
);
} );
Not sure if this is what you mean?
i mean i meant that i made the canvas field at the moment with a resolution of 1920 x 1080 for example with: [wallets_exchange_chart template=”static” market=”BTC_LTC” width=”950″ height=”500″] “pretty”. But with smaller resolutions it looks “strange”.
Have you tried simply [wallets_exchange_chart]
with no arguments? In my tests the chart adapts to the available width.
- You must be logged in to reply to this topic.