-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release Candidate: v.1.6.0 #158
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #158 +/- ##
==========================================
- Coverage 88.25% 88.21% -0.04%
==========================================
Files 209 209
Lines 30472 30715 +243
Branches 2434 2469 +35
==========================================
+ Hits 26892 27095 +203
- Misses 2669 2693 +24
- Partials 911 927 +16 ☔ View full report in Codecov by Sentry. |
…ptions-serializing-to-improper-js-literal Implemented bugfix for SharedOptions serialization in Jupyter context. Closes #159
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ENHANCEMENT: Align the API to Highcharts (JS) v.11.3 (Add support for Highcharts Core (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 fordiagram series (Organization, Dependency Wheel, and Sankey). (nodeFormat not working for Sankey Diagram #148)
ENHANCEMENT: Added ability to remove or override the JavaScript event listener when
serializing a chart to a JavaScript literal (Optional EventListener on Chart.to_js_literal #131 - courtesy of
@ByronCook <https://github.com/ByronCook>
__ ).ENHANCEMENT: Added support for the
HCP_ALLOW_SPECIAL_IPS
environment variablewhich allows localhost (or other special URLs) to pass URL validation. (Question / Enhancement module_url #147)
DOCUMENTATION: Fixed typos in Getting Started tutorial. (Example involving Numpy arrays in the Getting Started tutorial can't be reproduced because of typos #149)
DOCUMENTATION: Fixed typos in documentation (courtesy of
@karlacio <https://github.com/karlacio>
and
@maxduganknight <https://github.com/maxduganknight>
).