Aidan275 / nativeqda-dev

NativeQDA
http://dev.nativeqda.xyz/
GNU General Public License v3.0
2 stars 0 forks source link

Scaled Bubbles on Bubble Charts #12

Closed d3nd0 closed 6 years ago

d3nd0 commented 7 years ago

Doesn't seem to be much of a difference between ~0.4 and ~0.5, If possible scale exponential-like rather then linear

Aidan275 commented 7 years ago

Added linear and power options for the scale of the bubble chart. Allows the user to select between a linear scale or to specify a number for a power scale (i.e size/colour^x).

Works well in Chrome, Firefox, and Edge. Although resizing the text and the position of the legend has bugs in Firefox and Edge, works fine in Chrome.

Lucas-W commented 7 years ago

Setting power to a value with 2 decimal places breaks it.

Aidan275 commented 7 years ago

Setting power to a value with 2 decimal places breaks it.

Added if condition to check the input and an icon to notify the user of invalid input.