Closed hcpchris closed 7 months ago
ENHANCEMENT: Align the API to Highcharts (JS) v.11.4 (#163). In particular, this includes:
Accessibility.high_contrast_mode
OrganizationOptions.hanging_side
SankeyOptions.node_distance
TreegraphOptions.node_distance
ArcDiagramOptions
TreegraphOptions
DependencyWheelOptions
SankeyOptions
.node_width
NodeOptions.height
ENHANCEMENT: Added utility_functions.datetime64_to_datetime() function to convert numpy.datetime64 to datetime.datetime (needed to close #162).
utility_functions.datetime64_to_datetime()
numpy.datetime64
datetime.datetime
ENHANCEMENT: Align the API to Highcharts (JS) v.11.4 (#163). In particular, this includes:
Accessibility.high_contrast_mode
support.OrganizationOptions.hanging_side
support.SankeyOptions.node_distance
support.TreegraphOptions.node_distance
support.ArcDiagramOptions
,TreegraphOptions
,DependencyWheelOptions
, andSankeyOptions
).node_width
support and documentation.NodeOptions.height
support.ENHANCEMENT: Added
utility_functions.datetime64_to_datetime()
function to convertnumpy.datetime64
todatetime.datetime
(needed to close #162).