Skip to content
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

WIP: Markdown template visualization #3776

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

WIP: Markdown template visualization #3776

wants to merge 1 commit into from

Conversation

arikfr
Copy link
Member

@arikfr arikfr commented May 7, 2019

What type of PR is this? (check all applicable)

  • Feature

Description

Following @DALDEI's suggestion in the forum, decided to take a stab at implementing a markdown/mustache template visualization.

This is the first 100% React visualization. :)

Mobile & Desktop Screenshots/Recordings (if there are UI changes)

image

@arikfr
Copy link
Member Author

arikfr commented May 7, 2019

To make this really useful, we should probably switch the markdown parser into one that supports HTML or at least tables (#3170).

@DALDEI
Copy link

DALDEI commented May 8, 2019

Not as a suggestion but more as a comparison , I ran into this feature of AWS's "QuickSight" (a similar product in concept to Redash) In the "Insights" module QuickSight can create text 'stories' describing the visualization. Under the hood this looks like a sort of templating language like mustache, havent poked deep enough to be sure.

Heres's an example screenshot:

image

This then turns into the following at runtime

image

This is definitely a very different feature concept, but IMHOP does validate that using a text templating engine for visualizations is a viable approach.

@itssimon
Copy link

This looks really promising. Is finalising this on the roadmap?

@arikfr
Copy link
Member Author

arikfr commented Aug 17, 2020

@itssimon one day, yes 😬 Unfortunately other tasks prevent me from finishing this. If anyone wants to pick up where I left it, they are welcome.

@kravets-levko kravets-levko mentioned this pull request Apr 2, 2021
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants