Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 1 239: | Rivi 1 239: | ||
// add dash to trendlines | // add dash to trendlines | ||
jQuery( document.getElementById(memo.id) ).find( 'path[stroke=" | jQuery( document.getElementById(memo.id) ).find( 'path[stroke-width="1.33"]' ).each( function() { | ||
jQuery( this ).attr('stroke-dasharray', '5, 5'); | jQuery( this ).attr('stroke-dasharray', '5, 5'); | ||
}); | }); | ||


