diff --git a/dev/stackoverflow/58540244.R b/dev/stackoverflow/58540244.R new file mode 100644 index 00000000..9a54990f --- /dev/null +++ b/dev/stackoverflow/58540244.R @@ -0,0 +1,10 @@ +library(highcharter) + +highchart() %>% + hc_chart(type = 'organization') %>% + hc_add_series( + data = list( + list(from = 'Brazil', to = 'Portugal', weight = 5), + list(from = 'Brazil', to = 'Spain', weight = 2), + list(from = 'Poland', to = 'England', weight = 2)) + ) diff --git a/inst/htmlwidgets/highchart.yaml b/inst/htmlwidgets/highchart.yaml index b41da4cd..3d1c5511 100644 --- a/inst/htmlwidgets/highchart.yaml +++ b/inst/htmlwidgets/highchart.yaml @@ -30,12 +30,13 @@ dependencies: - modules/heatmap.js - modules/treemap.js - modules/sankey.js + - modules/organization.js - modules/solid-gauge.js - modules/streamgraph.js - modules/sunburst.js - modules/vector.js - modules/wordcloud.js - - modules/xrange.js + - modules/xrange.js - modules/tilemap.js - modules/venn.js - modules/gantt.js @@ -46,7 +47,7 @@ dependencies: # - modules/grid-axis.js # - modules/broken-axis.js # - modules/series-label.js -# - modules/pareto.js +# - modules/pareto.js # - modules/accessibility.js # - modules/boost-canvas.js # - modules/histogram-bellcurve.js @@ -73,7 +74,7 @@ dependencies: - plugins/grouped-categories.js - plugins/motion.js - plugins/multicolor_series.js -# - plugins/highcharts-regression.js +# - plugins/highcharts-regression.js # - plugins/pattern-fill-v2.js # - plugins/tooltip-delay.js # - plugins/annotations.js