Skip to content

Commit 807f5d8

Browse files
committed
Merge SmartChart and SmartChartDouble
1 parent 6e16623 commit 807f5d8

File tree

7 files changed

+264
-285
lines changed

7 files changed

+264
-285
lines changed

SmartChart/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
As we've used SmartDashboard 2.0 (SFX) over the last year, we've found that the built-in graphing utility just isn't good enough. Seeing this, we decided to make our own version.
1+
As we've used SmartDashboard 2.0 (SFX), we've found that the built-in graphing utility just isn't good enough.
22

33
####Advantages:
44
- Graphs based on time, instead of based on when a new data point is sent to the dashboard
55
- Graph can be reset
66
- Graph can export data to a csv file in the location USER\_HOME\_DIRECTORY/SmartDashboard/VARIABLE\_NAME.csv
7+
- Graph can show multiple data sets simultaneously, by sending SmartDashboard a string with the format "[num1]:[num2]:[num3]". Eg. "1.0:2.3:5.6"
8+
- If not showing multiple data sets simultaneously, can zoom in on graph by clicking and dragging on the graph.
9+
10+
##Planned features:
11+
- Zooming for SmartChartDouble
12+
- Scrolling
713

814
To install, download the most recent release, and move the .jar to your USER\_HOME\_DIRECTORY/wpilib/tools/plugins/ folder.

SmartChart/manifest.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
API: 0.1
22
Name: SmartChart
33
Description: SmartChart plugin
4-
Version: 1.0.0
5-
# Please generate your own unique UUID and replace it below
4+
Version: 2.1
65
Plugin ID: e5a40031-6713-47fb-8757-900eb1027769
76
Controls:
87
-
9-
Class: edu.nr.SmartChart
8+
Name: SmartChart
9+
Class: edu.nr.SmartChart
10+
-
11+
Name: SmartChartDouble
12+
Class: edu.nr.SmartChartDouble

0 commit comments

Comments
 (0)