mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[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:
parent
79303c24f6
commit
1300a841ce
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue