I'm trying to create a multi-line chart with the x-axis as an ordinal scale, and the y axis as a normal linear scale. Everything I've seen involves using time and linear scales combined and I can't seem to convert the examples to make them work how I want. Here's my sample J...
Single line:https://bl.ocks.org/alandunning/cfb7dcd7951826b9eacd54f0647f48d3 Multi Line:Multiseries line chart with mouseover tooltip As you can see, the functionality of the two tooltips are different. The Single Line tooltip jumps from each data point whereas the Multi Line continually fo...
📈 Vue + D3 + TypeScript Example 📊 This repository showcases a simple application built with Vue, D3 and TypeScript to render an interactive multiline chart. 📈 Usage 💻 Install 🔧 npm install Run dev server 🚀 npm run dev This will start the Vite dev server. Build 🛠...