Search the Community

Showing results for tags 'button'.



More search options

  • Search By Tags

    • button ×
    Type tags separated by commas.
  • Search By Author

Content Type



Found 2 results

  1. Change export menu button

    Hi all guys, I have a problem. I should change the export button to something more talkative, it would be nice to just write export data. But I have no idea if it can be done and how. Could you give me a hand?
  2. Is it possible to add more than one button directly to the chart? right now I'm using: chart4.addEventListener("rendered", function(eventObject, argumentsObject) { eventObject.sender.ref.drawOverlayButton({show:1, message:"Zoom"});} ); chart4.addEventListener("overlaybuttonclick", function(eventO...