Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
14 results tagged charts  ✕   ✕
Mermaid: Diagramming and charting tool https://mermaid.js.org/
Sat 18 Feb 2023 12:56:29 PM PST archive.org

A JavaScript based diagramming and charting tool that renders Markdown-inspired text definitions to create and modify diagrams dynamically. Live editor: Load the page in your browser and start keying in Markdown; you'll see the diagram take shape. Can pull data from a large number of different applications.

Github: https://github.com/mermaid-js/mermaid

Live demo: https://mermaid.live/

javascript diagrams charts markdown selfhosted integrations
Smashing: The exceptionally handsome dashboard framework in Ruby and Coffeescript. https://github.com/Smashing/smashing
Fri 03 Jun 2022 12:59:07 PM PDT archive.org

Smashing, the spiritual successor to Dashing, is a Sinatra based framework that lets you build excellent dashboards. It looks especially great on TVs. Use premade widgets, or fully create your own with scss, html, and coffeescript. Has a REST API to push data to the dashboard. Drag and drop interface for building a dashboard.

Install the gem. Run it to create a new dashboard ("project"). Run bundle. Start the server for the project.

ruby dashboard visualization server exocortex charts rest api
mljar/bloxs https://github.com/mljar/bloxs
Tue 05 Apr 2022 02:05:14 PM PDT archive.org

Bloxs is a simple python package that helps you display information in an attractive way (formed in blocks). Perfect for building dashboards, reports and apps in the notebook.

It works with Jupyter Notebook, Google Colab, Deepnote, Kaggle Notebook, and Mercury.

python data charts graphs notebook visualization
Spark: Sparklines for your shell https://zachholman.com/spark/
Tue 29 Mar 2022 09:25:36 AM PDT archive.org

A sparkline generator implemented as a shell script.

Just run spark and pass it a list of numbers (comma-delimited, spaces, whatever you'd like) and it generates a text-mode bar graph, where the heights are relative to one another but reflect the numbers given. It's designed to be used in conjunction with other scripts that can output in that format.

Github: https://github.com/holman/spark

cli charts graphs generator data script
dankilman/awe https://github.com/dankilman/awe
Thu 09 Sep 2021 03:47:39 PM PDT archive.org

Dynamic web based reports/dashboards in Python. Write a little bit of code to define the dashboard and populate the layout, and treat the rest like Python. Seems pretty straightforward. Has a built-in DSL to make defining some parts of a dashboard easier to do. Also has a CLI tool that you can use to interactively build dashboards without having to stop and start the server again and again. Even has a REST API that can be used to update the page's widgets in the background, so you can push instead of pull.

python dashboard visualization data charts graphs webapps exocortex rest api
obazoud/awesome-dashboard https://github.com/obazoud/awesome-dashboard
Thu 09 Sep 2021 03:23:19 PM PDT archive.org

A curated list of amazingly awesome dashboards/visualization resources.

awesome visualization dashboard charts graphs
h2oai/wave https://github.com/h2oai/wave
Tue 12 Jan 2021 05:01:47 PM PST archive.org

H2O Wave is a software stack for building beautiful, low-latency, realtime, browser-based applications and dashboards entirely in Python without using HTML, Javascript, or CSS. H2O Wave excels at capturing information from multiple sources and broadcasting them live over the web, letting you build and deploy realtime analytics with dramatically less effort.

The server is written in Go, which is weird, why are they calling it a Python app?

golang python webapps data visualization charts graphs rest api dashboard
Charts.css https://chartscss.org/
Mon 21 Dec 2020 06:23:52 PM PST archive.org

A data visualization framework written in CSS. Uses the semantic HTML5 tags to identify data to process, the data goes inside the HTML markup in the form of tables. No Javascript is needed to pull data out of APIs for processing (unless you want to roll that way, I guess). The core CSS file can be downloaded and put to use more or less immediately.

Github: https://github.com/ChartsCSS/charts.css

webdesign css charts graphs utility visualization html5
GitHub - chartbrew/chartbrew: Open-source web platform for creating charts out of different data sources (databases and APIs) https://github.com/chartbrew/chartbrew
Fri 10 Jul 2020 01:24:03 PM PDT archive.org

Chartbrew is an open-source web application that can connect directly to databases and APIs and use the data to create beautiful charts. It features a chart builder, editable dashboards, embedable charts, query & requests editor, and team capabilities. Can pull data from MySQL, Postgres, MongoDB, and any API that returns JSON documents. Interactive graph and chart builder.

Written in node.js. Requires MySQL on the back-end.

If you use the service (https://chartbrew.com/) there's a free tier.

nodejs graphs charts databases visualization analysis exocortex
Image-Charts documentation https://documentation.image-charts.com/
Tue 19 May 2020 08:34:13 PM PDT archive.org

The Image-Charts API returns a chart image in response to a URL GET or POST request. The API can generate many kinds of charts, from pie or line charts to bar charts and radars. All the information about the chart that you want, such as chart data, size, colors, and labels, are part of the URL.

To make the simplest chart possible, all your URL needs to specify is the chart type, data, and size. You can type this URL directly in your browser, or point to it with an <img> tag in your web page.

rest api charts graphs data exocortex
plotly/dash: Analytical Web Apps for Python & R. No JavaScript Required. https://github.com/plotly/dash
Mon 23 Dec 2019 06:58:30 PM PST archive.org

A Python framework for doing graphical data analysis without needing to know Javascript. Visualizations are updated in realtime as they are interacted with. You'll have to write some code to set it up, it would appear mostly to get the data into the application to begin with.

Docs: https://dash.plotly.com/

Here's a tutorial for how to use it: https://mymasterdesigner.com/2021/12/13/visualization-dashboards-with-python-dash/

Gallery of Dash dashboards: https://dash.gallery/Portal/

python framework data analysis toolkit charts graphs plots exocortex maps dashboard
GitHub - asciimoo/cssplot: Pure CSS charts https://github.com/asciimoo/cssplot
Fri 06 Dec 2019 02:30:47 PM PST archive.org

A CSS file that lets you develop various types of plots and graphs without having to resort to Javascript.

html5 css graphs charts plots visualization
sgreben/jp: dead simple terminal plots from JSON data. single binary, no dependencies. linux, osx, windows. https://github.com/sgreben/jp
Mon 11 Jun 2018 11:38:52 AM PDT archive.org
cli golang charts graphs crossplatform utilities json csv data
punto http://punto.sourceforge.net/
Tue 20 Mar 2018 01:55:13 AM PDT archive.org

An application which generates 2D or 3D plots of numerical data in the form of dots, waves, fields, or other visual modes. Requires libSDL.

visualization charts analysis graphs foss graphics sdl plots libsdl data
4684 links, including 339 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn