Observable Plot

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • plot

    A concise API for exploratory data visualization implementing a layered grammar of graphics

  • Thanks for the feedback. There’s a test in the repo that does parallel coordinates:

    https://github.com/observablehq/plot/blob/main/test/plots/ca...

    It’s not a perfect fit for Plot because Plot wants at most one instance of each scale in a plot. (I.e., Plot isn’t designed to support dual-axis charts where you have two y scales. Dual-axis charts tend not to be a good idea anyway.) So to implement parcoords we use a normalize transform to map values to [0, 1] and then render axes manually. We might revisit this topic in the future as Plot grows. I agree that parcoords are very useful for initial exploration, especially with interactive filtering.

    It would also be reasonable to have a more specialized component for parcoords — not everything has to live in Plot. For example we found ourselves making a lot of dashboards of time-series data, so we built this reusable component on top of D3 instead of Plot:

    https://observablehq.com/@observablehq/timechart

  • plot-react

    React wrapper for @observablehq/plot

  • I published a thin wrapper for React https://github.com/iddan/plot-react

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Managed GitHub Action runners on AWS CodeBuild

    1 project | dev.to | 10 May 2024
  • Tuning de conexiones en MongoDB con Serverless Lambda

    1 project | dev.to | 10 May 2024
  • Show HN: An Shopify Alternative on Node and Postgres

    1 project | news.ycombinator.com | 10 May 2024
  • Monorepo Backend Application with Bundled Packages

    2 projects | dev.to | 10 May 2024
  • Update on CoinFabrik's Ongoing Lawsuit Against Borderless Capital, Rand Labs

    1 project | news.ycombinator.com | 10 May 2024