This repository was archived by the owner on Mar 1, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ gem 'sprockets'
8383gem 'jquery-rails'
8484gem 'jquery-ui-rails'
8585gem 'selectize-rails'
86- gem 'highcharts-rails' , '~> 6.0'
8786gem 'bootstrap' , '~> 4.6.0'
8887gem 'fullcalendar-rails'
8988gem 'momentjs-rails'
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 .
Original file line number Diff line number Diff 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 ( ) ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments