Skip to content

Commit

Permalink
Update charts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
getrebuild committed Mar 16, 2024
1 parent 25f0a5e commit c772efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/web/assets/js/charts/charts.js
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ class DataList extends BaseChart {
const $op = $(this._$box).find('.chart-oper')
$op.find('.J_chart-edit').on('click', (e) => {
$stopEvent(e, true)
RbHighbar.create('Deprecated')
RbHighbar.create('DEPRECATED')
})
}
}
Expand Down

0 comments on commit c772efd

Please sign in to comment.