You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @jbkunst, I appreciate your work on highcharter! I've encountered an issue with highchartOutput2 in Shiny where the charts aren't rendering. Please find below more details and a reproducible example. Would appreciate your help on this. Thanks!
Description
When using the highchartOutput2 function from the highcharter package in a Shiny application, the charts are not rendering properly. The issue can be reproduced with the provided example code.
Steps to Reproduce
Run the code provided in a Shiny application.
Open the application in a web browser.
Expected Behavior
The application should display a chart generated using highchartOutput2 with a line series.
Actual Behavior
The chart does not render properly and is not visible in the application.
I have explored various configurations, and it seems that the only workaround to make the chart appear is by substituting highchartOutput2 with highchartOutput. This approach loads all the modules in the browser, which I initially wanted to avoid for performance reasons. Nevertheless, it would be helpful to have highchartOutput2 function properly render the chart while maintaining performance optimization. Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered:
Hey @jbkunst, I appreciate your work on
highcharter
! I've encountered an issue withhighchartOutput2
in Shiny where the charts aren't rendering. Please find below more details and a reproducible example. Would appreciate your help on this. Thanks!Description
When using the
highchartOutput2
function from thehighcharter
package in a Shiny application, the charts are not rendering properly. The issue can be reproduced with the provided example code.Steps to Reproduce
Expected Behavior
The application should display a chart generated using
highchartOutput2
with a line series.Actual Behavior
The chart does not render properly and is not visible in the application.
Reproducible Example
Environment
Additional Information
I have explored various configurations, and it seems that the only workaround to make the chart appear is by substituting
highchartOutput2
withhighchartOutput
. This approach loads all the modules in the browser, which I initially wanted to avoid for performance reasons. Nevertheless, it would be helpful to havehighchartOutput2
function properly render the chart while maintaining performance optimization. Thank you for your attention to this matter.The text was updated successfully, but these errors were encountered: