Skip to content

Commit

Permalink
fixup! Added data labels to chart.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille committed Oct 7, 2024
1 parent 6a137f1 commit c9f9544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub/static/js/area.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ var makeChart = function() {
var $table = $(this)
var chartType = $table.data('chart-type') || 'bar'
var chartWidth = $table.data('chart-width') || 600
var rowHeight = $table.data('row-height') || 80
var rowHeight = $table.data('row-height') || 100
var legendHeight = 60
var labelHeight = 60
var $div = $('<div>').attr({'class': 'chartwrapper'})
Expand Down

0 comments on commit c9f9544

Please sign in to comment.