Replies: 1 comment
-
Ok here's how I accomplished this. I hid the elements in the toolbar with css and then I put my custom header in the renderValues.buttons array in onRenderChartHeader. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to make a complex header and I'm finding that
onRenderChartHeader
doesn't meet my needs. I created a custom header which goes inside the component that I render inside the tab. Now my only issue is not being able to drag the tabsets. I tried adding draggable="true" to my custom header, but that's not working. Is there a way to make my custom header draggable so that it will drag the entire tabset?Beta Was this translation helpful? Give feedback.
All reactions