| @@ -340,8 +340,10 @@ | ||
| 340 | 340 | if ( ctype_digit( $atts['lazy'] ) ) { |
| 341 | 341 | $attributes['data-lazy-limit'] = $atts['lazy']; |
| 342 | 342 | } |
| 343 | 343 | |
| 344 | + $attributes = apply_filters( 'visualizer_container_attributes', $attributes, $chart->ID ); | |
| 345 | + | |
| 344 | 346 | $chart = apply_filters( 'visualizer_schedule_refresh_chart', $chart, $chart->ID, false ); |
| 345 | 347 | |
| 346 | 348 | // Get and update settings. |
| 347 | 349 | $settings = $chart_data['settings']; |