Maps with D3 and Svelte

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • topojson

    An extension of GeoJSON that encodes topology! 🌐

  • The next chart in the series is a simple map of the world. In this chart Curran actually uses a Topojson file, then converts it into Geojson and then plots it. I am not planning to do that as it seems complicated and also for some reason the topojson library does not play nice with Node on my computer and I was too lazy to actually debug it 😬. So instead I are going to use a simple geojson I found on D3 Graph Gallery.

  • d3

    Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada:

  • I am going to start from a fresh Svelte project instead of carrying on from the last. To do and install d3 along with its:

  • 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

  • Ask HN: What's the best charting library for customer-facing dashboards?

    16 projects | news.ycombinator.com | 29 Apr 2024
  • Show HN: Minard – Generate beautiful charts with natural language

    1 project | news.ycombinator.com | 18 Apr 2024
  • A visual guide to Vision Transformer – A scroll story

    1 project | news.ycombinator.com | 16 Apr 2024
  • Yes, Python and Matplotlib can make pretty charts

    3 projects | news.ycombinator.com | 16 Apr 2024
  • Vega-Altair: Declarative Visualization in Python

    9 projects | news.ycombinator.com | 25 Feb 2024