Closed hcpchris closed 7 months ago
Attention: Patch coverage is 75.08897%
with 70 lines
in your changes are missing coverage. Please review.
Project coverage is 88.21%. Comparing base (
6726e8d
) to head (0c54a2f
). Report is 3 commits behind head on master.
: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.3 (#146). In particular, this includes:
ChartOptions.axis_layout_runs
property.ColorAxis.height
property.ColorAxis.width
property.Data.column_types
property.Exporting.fetch_options
property.DateTimeLabelFormats
).BUGFIX: Added support for
nodeFormat
andnodeFormatter
to tooltip properties for diagram series (Organization, Dependency Wheel, and Sankey). (#148)ENHANCEMENT: Added ability to remove or override the JavaScript event listener when serializing a chart to a JavaScript literal (#131 - courtesy of
@ByronCook <https://github.com/ByronCook>
__ ).ENHANCEMENT: Added support for the
HCP_ALLOW_SPECIAL_IPS
environment variable which allows localhost (or other special URLs) to pass URL validation. (#147)DOCUMENTATION: Fixed typos in Getting Started tutorial. (#149)
DOCUMENTATION: Fixed typos in documentation (courtesy of
@karlacio <https://github.com/karlacio>
and@maxduganknight <https://github.com/maxduganknight>
).