Skip to content

Commit 8801f70

Browse files
committed
update to 0.0.8
1 parent 11c7efb commit 8801f70

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-serial-plotter-webapp",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"dependencies": {},
55
"scripts": {
66
"start": "react-scripts start",

src/ChartPlotter.tsx

+1-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@ import React, { useState, useRef, useImperativeHandle, useEffect } from "react";
22

33
import { Line } from "react-chartjs-2";
44

5-
import {
6-
addDataPoints,
7-
resetDatapointCounter,
8-
resetExistingDatasetsMap,
9-
SerialPlotter,
10-
} from "./utils";
5+
import { addDataPoints, SerialPlotter } from "./utils";
116
import { Legend } from "./Legend";
127
import { Chart, ChartData, ChartOptions } from "chart.js";
138
import "chartjs-adapter-luxon";

0 commit comments

Comments
 (0)