Update d3 to 5.14.2

This commit is contained in:
Alexander Meindl 2019-12-15 10:08:24 +01:00
parent 09570be9a3
commit e11ec20de5
5 changed files with 3 additions and 11 deletions

View File

@ -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

File diff suppressed because one or more lines are too long

View File

@ -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/>`_

View File

@ -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