Closed hcpchris closed 7 months ago
Attention: Patch coverage is 64.75410%
with 43 lines
in your changes are missing coverage. Please review.
Project coverage is 88.12%. Comparing base (
92d8cb7
) to head (ae06c41
). Report is 56 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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).