Skip to content

Releases: metasyn/scatterplot3d_app

1.5.1

06 Apr 06:01
Compare
Choose a tag to compare

Just removing local.meta for cloud vetting.

Bug fix

20 Sep 02:29
Compare
Choose a tag to compare

Looks like when you went to search again, a bug with broke the visualization. No fun.

After some vetting, I will upload this to splunkbase.

Note

Where the bug previously existed, it now seems to freeze for a few seconds while it run formatData twice rather than once... Ideally this wouldn't happen, but in interest of fixing the bug, its better than breaking.

To install:

Option 1.) Download tarball, however, you must rename the folder scatterplot3d_ap:

tar xvf scatterplot3d_app-1.5.tar.gz
mv scatterplot3d_app-1.5 $SPLUNK_HOME/etc/apps/scatterplot3d_app

Option 2.) git clone https://github.com/metasyn/scatterplot3d_app repo in etc/apps

Bug fixes

24 Aug 07:07
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release

Fix various bugs

  • color parsing was quite messed up
  • now throws much better errors
  • too many categorical values could break the browser
  • changing rotation, then speed could result in some crazy stuff

Added an option to override the max number of categorical values, but kept the default of 20 in there to avoid wrongly placed numeric variables in the first column.

Added a rotation option: it works relatively smoothly with a small number of points. When the rotation is turned on, it hiccups a tiny bit, but I haven't found a way around it. You can turn this on in the formatter dropdown.

To install:

1.) Download tarball, however, you must rename the folder scatterplot3d_ap:

tar xvf scatterplot3d_app-1.4.tar.gz
mv scatterplot3d_app-1.4 $SPLUNK_HOME/etc/apps/scatterplot3d_app

2.) git clone https://github.com/metasyn/scatterplot3d_app repo in etc/apps