Update d3 to 5.14.2
This commit is contained in:
parent
09570be9a3
commit
e11ec20de5
@ -7,6 +7,7 @@ Changelog
|
||||
- members macro now supports with_sum option
|
||||
- FontAwesome 5.12 support
|
||||
- Mermaid 8.4.3 support
|
||||
- D3 5.14.2 support
|
||||
- Drop nvd3 library
|
||||
- Drop Chartjs stacked100 library
|
||||
- Drop d3plus-hierarchy library
|
||||
|
5
assets/javascripts/d3.v3.min.js
vendored
5
assets/javascripts/d3.v3.min.js
vendored
File diff suppressed because one or more lines are too long
@ -171,7 +171,7 @@ It provides :
|
||||
* `Chart.js Plugin datalabels 0.7.0 <https://github.com/chartjs/chartjs-plugin-datalabels>`_
|
||||
* `Chart.js Plugin colorschemes 0.4.0 <https://github.com/nagix/chartjs-plugin-colorschemes>`_
|
||||
* `clipboardJS 2.0.4 <https://clipboardjs.com/>`_
|
||||
* `d3 3.5.17 <https://d3js.org/>`_
|
||||
* `d3 5.14.2 <https://d3js.org/>`_
|
||||
* `d3plus v2.0.0-alpha.25 <https://d3plus.org/>`_
|
||||
* `FontAwesome 5.12.0 <https://fontawesome.com/>`_
|
||||
* `mermaid 8.4.3 <https://github.com/knsv/mermaid/>`_
|
||||
|
@ -294,11 +294,7 @@ module Additionals
|
||||
end
|
||||
|
||||
def additionals_load_d3
|
||||
additionals_include_js('d3.v3.min')
|
||||
end
|
||||
|
||||
def additionals_load_d3v5
|
||||
additionals_include_js('d3.v5.min')
|
||||
additionals_include_js('d3.min')
|
||||
end
|
||||
|
||||
def additionals_load_d3plus
|
||||
|
Loading…
Reference in New Issue
Block a user