ela 2.0.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/Gemfile.lock +5 -5
- data/app/css/screen.styl +1 -1
- data/app/js/lib/models/curve.coffee +12 -19
- data/app/js/lib/views/axis_handler.coffee +1 -1
- data/app/js/lib/views/chart_js.coffee +27 -0
- data/app/js/lib/views/chart_view.coffee +31 -0
- data/app/js/lib/views/graph_view.coffee +12 -3
- data/app/js/lib/views/interpolated_graph.coffee +5 -5
- data/app/js/lib/views/legend.coffee +21 -30
- data/app/js/vendor/Chart-2.7.1.js +14145 -0
- data/lib/ela/server.rb +1 -0
- data/lib/ela/version.rb +1 -1
- metadata +13 -3
data/lib/ela/server.rb
CHANGED
data/lib/ela/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ela
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 3.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Franz Kißig
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-02-
|
|
11
|
+
date: 2018-02-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -436,6 +436,8 @@ files:
|
|
|
436
436
|
- app/js/lib/views/base_graph.coffee
|
|
437
437
|
- app/js/lib/views/base_subapp_container.coffee
|
|
438
438
|
- app/js/lib/views/canvas.coffee
|
|
439
|
+
- app/js/lib/views/chart_js.coffee
|
|
440
|
+
- app/js/lib/views/chart_view.coffee
|
|
439
441
|
- app/js/lib/views/curve_graph.coffee
|
|
440
442
|
- app/js/lib/views/curves_aside.coffee
|
|
441
443
|
- app/js/lib/views/curves_list_item.coffee
|
|
@@ -450,6 +452,7 @@ files:
|
|
|
450
452
|
- app/js/lib/views/parameters_aside.coffee
|
|
451
453
|
- app/js/lib/views/three_graph.coffee
|
|
452
454
|
- app/js/lib/views/viewport.coffee
|
|
455
|
+
- app/js/vendor/Chart-2.7.1.js
|
|
453
456
|
- app/js/vendor/Markdown.Converter.js
|
|
454
457
|
- app/js/vendor/Markdown.Extra.js
|
|
455
458
|
- app/js/vendor/Markdown.Toc.coffee
|
|
@@ -669,15 +672,20 @@ files:
|
|
|
669
672
|
- dist/app_js/lib/models/base_subapp_container.js
|
|
670
673
|
- dist/app_js/lib/models/curve.js
|
|
671
674
|
- dist/app_js/lib/router.js
|
|
675
|
+
- dist/app_js/lib/views/1_viewport_view.js
|
|
672
676
|
- dist/app_js/lib/views/app.js
|
|
677
|
+
- dist/app_js/lib/views/axis_handler.js
|
|
673
678
|
- dist/app_js/lib/views/base_app.js
|
|
674
679
|
- dist/app_js/lib/views/base_aside.js
|
|
675
680
|
- dist/app_js/lib/views/base_graph.js
|
|
676
681
|
- dist/app_js/lib/views/base_subapp_container.js
|
|
677
682
|
- dist/app_js/lib/views/canvas.js
|
|
683
|
+
- dist/app_js/lib/views/chart_js
|
|
684
|
+
- dist/app_js/lib/views/chart_view.js
|
|
678
685
|
- dist/app_js/lib/views/curve_graph.js
|
|
679
686
|
- dist/app_js/lib/views/curves_aside.js
|
|
680
687
|
- dist/app_js/lib/views/curves_list_item.js
|
|
688
|
+
- dist/app_js/lib/views/graph_view.js
|
|
681
689
|
- dist/app_js/lib/views/grouped_parameters_aside.js
|
|
682
690
|
- dist/app_js/lib/views/headup.js
|
|
683
691
|
- dist/app_js/lib/views/help.js
|
|
@@ -687,6 +695,8 @@ files:
|
|
|
687
695
|
- dist/app_js/lib/views/overview_tile.js
|
|
688
696
|
- dist/app_js/lib/views/parameters_aside.js
|
|
689
697
|
- dist/app_js/lib/views/three_graph.js
|
|
698
|
+
- dist/app_js/lib/views/viewport.js
|
|
699
|
+
- dist/app_js/vendor/Chart-2.7.1.js
|
|
690
700
|
- dist/app_js/vendor/Markdown.Converter.js
|
|
691
701
|
- dist/app_js/vendor/Markdown.Extra.js
|
|
692
702
|
- dist/app_js/vendor/Markdown.Toc.js
|
|
@@ -4366,7 +4376,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
4366
4376
|
version: '0'
|
|
4367
4377
|
requirements: []
|
|
4368
4378
|
rubyforge_project:
|
|
4369
|
-
rubygems_version: 2.
|
|
4379
|
+
rubygems_version: 2.6.12
|
|
4370
4380
|
signing_key:
|
|
4371
4381
|
specification_version: 4
|
|
4372
4382
|
summary: HTML5 E-Learning Framework
|