Answers generated from Webex transcript and chat interactions
Q: Can you use Q to customize the options inside of the JSON?
A: Currently, you cannot use Q to customize the high charts JSON options. While Q has author features for native visuals with “edit with Q”, this functionality is not yet available for high charts visuals since it’s still in public preview.
Q: How can they make a bar chart have a normal axis and a line graph have a percentage axis on the same visual?
A: This would be better addressed in the community with screenshots of what you’re trying to accomplish. Please post in the community with the tag qls-highcharts for detailed assistance.
Q: Can I control the number of markers on the line?
A: For axis markers, you can control the intervals. For data point markers (dots), it depends on your data points. You can remove dots entirely. For specific interval customization, please clarify in the community with screenshots of what you’re trying to achieve.
Q: Can we show the week’s start date and end date in the X axis using high charts when there is a week filter?
A: The X axis will show the data you provide based on your filter. To only show first and last week dates would require customization of the X axis through the API reference. You’d need to predefine showing only first and last values.
Q: What’s the best reference for JSON expression language in QuickSight?
A: The best resources are:
- Official QuickSight documentation
- JSON expression page on demo central
- High charts documentation (for chart-specific customization)
Since high charts integration is still in public preview, documentation will continue to be updated as more functionality is added.