-
New Feature
-
Resolution: Done
-
Normal
-
7.2.1.2
-
None
User Story
As a developer, I want to assign menuItems by List<String> so that the pre-defined items can be used.
Defaults to ["viewFullscreen", "printChart", "separator", "downloadPNG", "downloadJPEG", "downloadPDF", "downloadSVG"].
Acceptance Criteria
describe the final result from the owner's point of view to be counted as completed
setMeniItem(Arrays.asList("viewFullscreen", "printChart", "separator", "downloadPNG", "downloadJPEG", "downloadPDF", "downloadSVG"));
Details
Put document or specification reference
https://api.highcharts.com/highcharts/exporting.buttons.contextButton.menuItems
- relates to
-
ZKCHARTS-118 Java API Improvements
- Resolved