Skip to content

Releases: tilak-io/tiplot

TiPlot v1.0.7

02 Jan 11:07
99be138
Compare
Choose a tag to compare
  • Fixed : RangeError: Maximum call stack size exceeded #35 when too much data displayed on the screen
  • Scientific notation for small values #40

Tiplot v1.0.6

30 Dec 09:55
942f04e
Compare
Choose a tag to compare
  • Added list of available view layouts in settings page
  • Added Detached 3D view layout
  • Save showView to localStorage and use it as the new default
  • Switched Loader and Home button positions on the toolbar
  • Removed toggle select from graphOptions
  • Menus overlay all the body
  • Added Roll/Pitch/Yaw columns to vehicle_attitude in ulg parsers

TiPlot v1.0.5

23 Dec 19:41
89bb7d0
Compare
Choose a tag to compare
  • reduced font size for legends, hoverlabels and multiselects
  • implemented react-boostrap-submenu
  • better project hierarchy
  • seperated the entities configuration from the settings page

TiPlot v1.0.4

22 Dec 17:59
Compare
Choose a tag to compare
  • changed entity configs to dropdowns
  • validate entity configs before saving to file
  • added camera settings (fov, max distance, damping factor)
  • added hide select button to graphOptions
  • stretch/squeeze select on focus/blur
  • changed the hovertemplate

Tiplot v1.0.3

20 Dec 15:57
f59a34a
Compare
Choose a tag to compare
  • Added A TLOG File Parser
  • Adjusting 3D View size when resizing the window
  • Added scale to entity configuration
  • Added keyboard shortcuts to 3d View (arrow right/left, pg up/down)
  • Keep previous input value when selecting a table/column
  • Display the whole data values on the hovertemplate, #26
  • Added a button to display current filename, #27

TiPlot v1.0.2

15 Dec 11:03
8dd2e7c
Compare
Choose a tag to compare
  • Added the ability to drag and drop graphs to change their layout placements
  • Switched back to http instead of websockets for most request to reduce launch time
  • Drawing a crosshair instead of a timeline indicator for GraphXY components

TiPlot v1.0.1

09 Dec 15:42
9964f22
Compare
Choose a tag to compare
  • adrupilot .BIN parser
  • settings page
  • default entity config for each parser

Tiplot v1.0.0

07 Dec 10:14
e5c9724
Compare
Choose a tag to compare
  • Migrating from CesiumJS to ThreeJS to reduce CPU usage
  • Added settings page
  • Added DJI Parser for .dat files

TiPlot v0.1.2

28 Nov 14:32
2066852
Compare
Choose a tag to compare

Added the ability to add a config file for parsers to choose which entities to diplay on the 3d viewer.

TiPlot v0.1.1

24 Nov 13:29
7d3c8ed
Compare
Choose a tag to compare
  • Fixed bug issue #13
  • Toggle fit graphs to screen #14