Open Source JavaScript Data Visualization Software - Page 5

JavaScript Data Visualization Software

View 451 business solutions

Browse free open source JavaScript Data Visualization Software and projects below. Use the toggles on the left to filter open source JavaScript Data Visualization Software by OS, license, language, programming language, and project status.

  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    Observable Plot

    Observable Plot

    A concise API for exploratory data visualization

    Observable Plot is a free, open-source JavaScript library to help you quickly visualize tabular data. It has a concise and (hopefully) memorable API to foster fluency — and plenty of examples to learn from and copy-paste. In the spirit of show don’t tell, below is a scatterplot of the height and weight of Olympic athletes (sourced from Matt Riggott), constructed using a dot mark. We assign columns of data (such as weight) to visual properties (such as the dot’s x), and Plot infers the rest. You can configure much more, if needed, but Plot’s goal is to help you get a meaningful visualization quickly. Plot employs a layered grammar of graphics inspired by Vega-Lite, ggplot2, Wilkinson’s Grammar of Graphics, and Bertin’s Semiology of Graphics. Plot rejects a chart typology in favor of marks, scales, and transforms. Plot can be readily extended in JavaScript, whether to define a channel, a transform, or even a custom mark.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Code base for storing flight information, rendering paths on a zoomable world map and calculating statistics, used to run OpenFlights.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    An Open DataBase Project developed in Java, PHP and Javascript and using MySQL to enable customized queries in Brazilian Researchers Lattes Database and still providing geographic representation at Google Maps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Toolkit that acts as a wrapper for several popular visualization tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    PathwayPointer is a software that can draw omics data on to metabolic pathway map.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Photo album with geographic information. Combines GPS information with image information to create an SVG Geo-Photo album.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A web application that allows vistitors to compare the different online activities of German parties before and while the German Bundestag elections. It shows the relations between the fraction of the distribution of votes and the web 2.0-activities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    This is a standalone HTML/JavaScript application with which a manager can get an estimate of the costs involved with the deploymnent of 1) a conventional network, 2) a network with OSS based servers and 3) a network with OSS based servers and desktops.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PrettyCrime is a webbased crime map visualisation of the crime of Germany's capital city Berlin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 10
    Publish.jl

    Publish.jl

    A universal document authoring package for Julia

    A universal document authoring package for Julia. This is a package for Julia that provides a general framework for writing prose, technical documentation is its focus, though it is general enough to be applied to any kind of written document.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Pumilio
    Pumilio is a web-based sound analysis and archive system for almost any kind of sound file with tools to see the spectrogram of the sound, select regions for further analysis and insertion in a database, filtering, and many other manipulations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    QTnew is a universal Queueing Theory simulator. Different types of serving disciplines, time distributions, routes are supported. Simulation is extremely flexible: any custom simulation can be performed with JavaScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Quaternions.jl

    Quaternions.jl

    A Julia implementation of quaternions

    A Julia implementation of quaternions. Quaternions are best known for their suitability as representations of 3D rotational orientation. They can also be viewed as an extension of complex numbers. In the JuliaGeometry organization, there is also Octonions.jl package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Description Reveal Desktop is a web 2.0 data entry tool applicable for archaeological or other types of hierarchical relationships. Is makes use of the following open source tools and frameworks. Extjs 3.3 qwikiOfice php 5+ apache2 mysql
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    React Trend

    React Trend

    Simple, elegant spark lines

    Unfortunately, none of this project's authors have the time/enthusiasm to maintain this project right now. We recommend forking this project, or reading its source to learn how it's built). Graphing tools are often complex, abstract, and heavy. They require domain-specific knowledge and significant time investment. While building rich data visualizations for an analytics app, is a necessary cost. But what if you just need a sparkline that shows a trend? These are very simple and elegant visualizations, and they should not require a bloated graphing library to produce. React Trend is a concrete component that does 1 thing, and does it well, generate these trending graphs. By default, all properties not recognized by React Trend will be delegated to the SVG. The line inherits these properties if none of its own override them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    React-Datasheet

    React-Datasheet

    Excel-like data grid (table) component for React

    This small component allows you to integrate an excel-like datasheet. By default, the spreadsheet handles keyboard navigation and copy-pasting of cells. This example computes expression underneath using mathjs. On an invalid expression, the cell changes color to show the error. Note that react-datasheet does not handle the validation nor the formula computation. Custom renderers allow you to add significant new capabilities to your sheets without requiring changes to react-datagrid itself. This example allows you to reorder both the columns and the rows using drag and drop. This is implemented by using custom components to render the main table (including a custom header) and each row. The drag handler for the rows is the gray cell at the beginning of each row. The "Rating" column also shows how to specify custom cell editing and viewing components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    React-Vis

    React-Vis

    Data visualization components

    React-vis is a React visualization library. React-vis components are designed to work just like other React components. They have properties, children and callbacks. They can be composed. If you can work with React components, you can work with React-Vis. You can create complex charts with a minimum amount of code and sensible defaults, however, you can also customize every aspect of your chart. React-vis handles a great number of charts, from area charts to treemaps. React-vis was built to support the many internal tools at Uber. You can use react-vis directly on codepen (or equivalent). React-Vis charts are made of Series components, LineSeries, BarSeries and so on and so forth. Each of these Series components requires a data property, through which we pass an array of objects. These properties correspond to various visual characteristics of the corresponding marks. For example, x and y, which are required for most series types, affect the position of each mark.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SIRS stands for "Smart Indicators for Reflection Support". SIRS is a framework for developing Indicators on top of sensor networks in web-based and ambient environments for data aggregation, information visualization and context adapation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SPIDR (Space Physics Interactive Data Resource) is a distributed database and application server network, built to select, visualize and model historical space weather data. SPIDR is a web-application and a grid of data mining web-services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A web-driven database for 2-D and 3-D images, specifically designed for (confocal) microscopy units, but applicable wherever groups of users collaborate with images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Web service basis of Google Maps distributing information's about photographic collection which is Regional Water Management Board in Cracow possession.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The application „StockNews“ is to offer the possibility to the user to find out about the interaction between news, analyst opinions and stock exchange rates. Statistics and other relevant data about enterprises are available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Suivi Conso Elec

    Suivi Conso Elec

    Application Web de suivi conso. de compteur EDF

    This project aims at recording and analysing home's electrical power consumption.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Target is PHP and AJAX application that allows the user to create one or more target areas over an image. The target area can be moved and resized. All information is stored in MYSQL via AJAX. History can be replayed via AJAX and JavaScript animation.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB