Live data from Hacker News

Show HN: Tremor 3.0 – Open-source library to build dashboards fast

tremor.so

21–30 of 45 posts

Re: Show HN: Tremor 3.0 – Open-source library to build dashboards fast

#22

This is nice. If you are looking for more choices, Tabler[1] is another such component template, and I have used it to knock off visual dashboards fast. Not related; just another happy user. 1. https://tabler.io

I use Tablet on one of my projects. It’s good but a lot more involved compared to what Tremor seems to be.

Re: Show HN: Tremor 3.0 – Open-source library to build dashboards fast

#23

After a quick test, I have found that it doesn't provide a way to a select date from years ago. How am I supposed to select January 2017? going back 1 month at a time? It's a very common use case.

From the docs [0], there's an option called enableYearPagination that probably does what you want:

"Adds additional buttons to jump through years."

[0] https://www.tremor.so/docs/components/daterangepicker

Re: Show HN: Tremor 3.0 – Open-source library to build dashboards fast

#25
I recently went down the rabbit hole of car data visualization software. For example, AEMData:

https://www.google.com/search?client=safari&hl=en-us&q=aemda...

This is seemingly used by everyone in car racing, tuning, etc.

But most of the software like this are all pretty ancient Win98 styled interfaces using what looks like MFC.

Is there any reason that Tremor or Tabler or Highcharts or D3 or any other modern dataviz hasnt usurped this space? Why isn't there a web based analytics tool for the auto sector?

Re: Show HN: Tremor 3.0 – Open-source library to build dashboards fast

#26
This seems really good for standard Saas reporting pages. Looks like it's missing two things that seem to be pretty common: funnel charts and a drag n' drop layout where users can self organize the cards / add new ones. Any chance that's coming?

Would love to sponsor this project!

Re: Show HN: Tremor 3.0 – Open-source library to build dashboards fast

#28

This is nice. If you are looking for more choices, Tabler[1] is another such component template, and I have used it to knock off visual dashboards fast. Not related; just another happy user. 1. https://tabler.io

does it support react native

Re: Show HN: Tremor 3.0 – Open-source library to build dashboards fast

#29

If you're too tired to code in your spare time there is also: https://www.metabase.com/ Which is of course much more under the hood than just the frontend, but it's trivial to setup with docker and the learning curve is a joke. Plus: your sql-skills create great charts :) and the dashboards can be shared. Another new option is easily embedding created charts and dashboards into other websites.

Love metabase - we use it as our internal BI to.
Post reply on HN