influxdb/bolt/internal
Tim Raymond f6e029557b Add Prefix, Suffix, and Base to Axes
We would like to add additional user-configurable options to the display
of axes on Dashboards. This adds three fields to expand settings that
the frontend can persist through the API.

One field of interest here is the "Base" field which controls when and
how axes transition the display of values such as bytes, kilobytes,
megabytes, etc. By default, it's returned from the API as "10" to
indicate decimal, but can be set to anything the frontend wishes--the
immediate differing value will be "2" for the aforementioned use case.
2017-08-23 15:58:28 -07:00
..
internal.go Add Prefix, Suffix, and Base to Axes 2017-08-23 15:58:28 -07:00
internal.pb.go Add Prefix, Suffix, and Base to Axes 2017-08-23 15:58:28 -07:00
internal.proto Add Prefix, Suffix, and Base to Axes 2017-08-23 15:58:28 -07:00
internal_test.go Add Prefix, Suffix, and Base to Axes 2017-08-23 15:58:28 -07:00