-
Notifications
You must be signed in to change notification settings - Fork 18
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
fix: handle single value vis-type as highcharts chart instance #3289
Merged
HendrikThePendric
merged 8 commits into
master
from
feat/use-analytics-version-with-single-value-as-highcharts-chart
Nov 13, 2024
Merged
fix: handle single value vis-type as highcharts chart instance #3289
HendrikThePendric
merged 8 commits into
master
from
feat/use-analytics-version-with-single-value-as-highcharts-chart
Nov 13, 2024
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
🚀 Deployed on https://pr-3289.data-visualizer.netlify.dhis2.org |
7 tasks
Data Visualizer App
|
Project |
Data Visualizer App
|
Branch Review |
feat/use-analytics-version-with-single-value-as-highcharts-chart
|
Run status |
|
Run duration | 09m 27s |
Commit |
|
Committer | Hendrik de Graaf |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
1
|
|
2
|
|
0
|
|
734
|
View all changes introduced in this branch ↗︎ |
edoardo
approved these changes
Nov 13, 2024
dhis2-bot
added a commit
that referenced
this pull request
Nov 13, 2024
## [100.8.5](v100.8.4...v100.8.5) (2024-11-13) ### Bug Fixes * handle single value vis-type as highcharts chart instance ([#3289](#3289)) ([83d0e6c](83d0e6c))
🎉 This PR is included in version 100.8.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
6 tasks
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.
No issue number available
Note for efficient reviewing
This code includes quite a few changes. However, the vast majority of changes were cherry picked from branch #3135, which had already been reviewed. The only file I edited manually was
src/components/VisualizationPlugin/ChartPlugin.js
.Key features
Highcharts.Chart
instance, which it is since@dhis2/analytics
version26.9.0
Chart.exportChartLocal
(IN THE FUTURE, NOT NOW)TODO