[Textbased] Disable the chart interactivity for text based languages (#162882)

## Summary

We are not going to offer chart interactivity for the MVP. This PR
disables it for text based languages
<img width="1672" alt="image"
src="57201788-3056-4e1f-a0d5-8c9b337211f6">
This commit is contained in:
Stratoula Kalafateli 2023-08-03 16:31:02 +03:00 committed by GitHub
parent 79303c24f6
commit 1300a841ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1039,7 +1039,7 @@ export class Embeddable
handleEvent={this.handleEvent}
onData$={this.updateActiveData}
onRender$={this.onRender}
interactive={!input.disableTriggers}
interactive={!input.disableTriggers && !this.isTextBasedLanguage()}
renderMode={input.renderMode}
syncColors={input.syncColors}
syncTooltips={input.syncTooltips}