Skip to content

Commit

Permalink
add chartjs_annotation to dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Nov 27, 2024
1 parent c558dd6 commit 09a693a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/common/_dashboard.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

- if dashboard.content.with_chartjs?
- content_for :header_tags do
= additionals_library_load %i[chartjs chartjs_colorschemes chartjs_datalabels chartjs_matrix]
= additionals_library_load %i[chartjs chartjs_colorschemes chartjs_datalabels chartjs_annotation chartjs_matrix]

javascript:
$(function() {
Expand Down

0 comments on commit 09a693a

Please sign in to comment.