How can better diversify the colors on my heat map?

This page summarizes the projects mentioned and recommended in the original post on /r/learnjavascript

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
  • d3-scale-chromatic

    Sequential, diverging and categorical color scales.

  • here's a great programmatic way of consuming color scales: https://github.com/d3/d3-scale-chromatic

  • d3-scale

    Encodings that map abstract data to visual representation.

  • Ah, sorry–misunderstood. Looking at your data it seems like you‘re mapping the raw values to color values, and you seem to have an extreme difference between values (high standard deviation). Try something like d3-scale to normalize the values and make them closer together (to be clear: you should still display the correct values to the user, but when visualizing them, you can use a more logarithmic scale to get a better color spread).

  • 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

  • Build your own AI Video editor with Node.js, AssemblyAI & StreamPot

    1 project | dev.to | 15 May 2024
  • When to Use Bun Instead of Node.js

    5 projects | dev.to | 15 May 2024
  • Avoid intermediate arrays in JS

    1 project | dev.to | 15 May 2024
  • How to have a clean CSS structure with RSCSS/ITCSS

    3 projects | dev.to | 15 May 2024
  • How to Integrate Passkeys into JavaScript Apps

    2 projects | dev.to | 15 May 2024