Skip to content

Needed <script/> tags only #6

@hcpchris

Description

@hcpchris

In v.1.0.0, Highcharts Maps for Python will generate the full set of <script/> tags that download all of the Highcharts JS modules - whether the visualization uses that module or not.

In v.1.x, it would be good for Highcharts Maps for Python to:

  • generate the set of <script/> tags that are strictly necessary for the visualization - if a module is not needed, then it should not be included
  • expose a public method for retrieving those <script/> tags for inclusion in a <head/> location
  • expose a public method for dynamically retrieving those <script/> tags and appending them to the <head/> location based on Javascript Promises (as is used for the Jupyter Labs rendering in v.1.0.0).

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions