-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Add chart tooltips #198
Comments
Signed-off-by: Jovan Cvetkovic <[email protected]>
Signed-off-by: Jovan Cvetkovic <[email protected]>
@amsiglan @kamingleung what do you think, is it ok to go with the default tooltip? |
* [FEATURE] Add chart tooltips #198 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Add chart tooltips #198 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Add interactive legend into charts #199 Signed-off-by: Jovan Cvetkovic <[email protected]> * Reverting, pushed to wrong branch Signed-off-by: Jovan Cvetkovic <[email protected]> Signed-off-by: Jovan Cvetkovic <[email protected]>
* [FEATURE] Add chart tooltips #198 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Add chart tooltips #198 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Add interactive legend into charts #199 Signed-off-by: Jovan Cvetkovic <[email protected]> * Reverting, pushed to wrong branch Signed-off-by: Jovan Cvetkovic <[email protected]> Signed-off-by: Jovan Cvetkovic <[email protected]> (cherry picked from commit 091a833)
* [FEATURE] Add chart tooltips #198 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Add chart tooltips #198 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Add interactive legend into charts #199 Signed-off-by: Jovan Cvetkovic <[email protected]> * Reverting, pushed to wrong branch Signed-off-by: Jovan Cvetkovic <[email protected]> Signed-off-by: Jovan Cvetkovic <[email protected]> (cherry picked from commit 091a833) Co-authored-by: Jovan Cvetkovic <[email protected]>
Closed with PR #225 |
@jovancacvetkovic Sorry for a late respond, are we using the tooltip component provided by Vega-lite? https://vega.github.io/vega-lite/docs/tooltip.html |
@kamingleung Yes, we are using the default tooltip from Vega-lite, current version of vega-tooltips we are using doesn't support customizing the tooltips. I created an issue #254 to check if we can safely update the vega-tooltips version. |
…ject#231) * [FEATURE] Add chart tooltips opensearch-project#198 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Add chart tooltips opensearch-project#198 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Add interactive legend into charts opensearch-project#199 Signed-off-by: Jovan Cvetkovic <[email protected]> * Reverting, pushed to wrong branch Signed-off-by: Jovan Cvetkovic <[email protected]> Signed-off-by: Jovan Cvetkovic <[email protected]> (cherry picked from commit 091a833) Co-authored-by: Jovan Cvetkovic <[email protected]> Signed-off-by: AWSHurneyt <[email protected]>
…ject#231) * [FEATURE] Add chart tooltips opensearch-project#198 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Add chart tooltips opensearch-project#198 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Add interactive legend into charts opensearch-project#199 Signed-off-by: Jovan Cvetkovic <[email protected]> * Reverting, pushed to wrong branch Signed-off-by: Jovan Cvetkovic <[email protected]> Signed-off-by: Jovan Cvetkovic <[email protected]> (cherry picked from commit 091a833) Co-authored-by: Jovan Cvetkovic <[email protected]> Signed-off-by: AWSHurneyt <[email protected]>
Is your feature request related to a problem?
Add chart tooltips for a better user experience. Tooltips are already implemented on the Discover page.
Do you have any additional context?
As these above are outdated, the next screenshot shows the default vega-lite tooltip
The text was updated successfully, but these errors were encountered: