Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit 52ae991

Browse files
authored
Replaces Highcharts with Chart.js (#1003)
* Replaces Highcharts with Chart.js * Removes Highcharts setup file
1 parent ad8c264 commit 52ae991

5 files changed

Lines changed: 1 addition & 41 deletions

File tree

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ gem 'sprockets'
8383
gem 'jquery-rails'
8484
gem 'jquery-ui-rails'
8585
gem 'selectize-rails'
86-
gem 'highcharts-rails', '~> 6.0'
8786
gem 'bootstrap', '~> 4.6.0'
8887
gem 'fullcalendar-rails'
8988
gem 'momentjs-rails'

Gemfile.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,6 @@ GEM
222222
railties (>= 5.1)
223223
hashdiff (1.1.0)
224224
hashie (5.0.0)
225-
highcharts-rails (6.0.3)
226-
railties (>= 3.1)
227225
httparty (0.21.0)
228226
mini_mime (>= 1.0.0)
229227
multi_xml (>= 0.5.2)
@@ -557,7 +555,6 @@ DEPENDENCIES
557555
guard
558556
guard-minitest
559557
haml-rails
560-
highcharts-rails (~> 6.0)
561558
httparty
562559
importmap-rails
563560
jbuilder

app/assets/javascripts/application.assets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
//= require activestorage
1515
//= require jquery
1616
//= require jquery-ui/widgets/autocomplete
17-
//= require highcharts
17+
//= require Chart.bundle
1818
//= require chartkick
1919
//= require ./vendor/debounce
2020
//= require_directory .

app/assets/javascripts/manage/application.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ function applicationReady() {
1515
$('select[data-bulk-row-edit]').bulkRowEdit();
1616
$().bulkRowSelect();
1717
$('body').chartkickAutoReload();
18-
setupHighcharts();
1918
$('[data-toggle="popover"]').popover();
2019
$('[data-message-live-preview="textarea"]').messageLivePreview();
2120
setupSimpleMde();

app/assets/javascripts/manage/lib/setupHighcharts.js

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)