Is it possible to hide the floating toolbar?

If you want to remove it from all charts, add this to your css:

.modebar{
      display: none !important;
}
2 Likes