grafana/public/app/plugins
Daniel Lee d318c9093f graph: Handle data with zeroes for log scale
fixes #8446. Data with all values equal to zero, creates a max with the
value of Infinite. The for loop for creating ticks then gets stuck in an
infinite loop. This fix resets min and max and creates some fake ticks
for the y-axis if the min and max are not finite numbers.
2017-05-29 12:18:54 +02:00
..
app/testdata mysql: progress on mysql data source 2017-03-29 22:54:18 +02:00
datasource fix: fixed test data fake metric query, fixes #8474 2017-05-29 12:17:51 +02:00
panel graph: Handle data with zeroes for log scale 2017-05-29 12:18:54 +02:00
plugin_api.md removed /app route, confusing when some assets use public/app/.. route and some use just app/... all public static assets should no use public route, app route is no more 2016-02-01 18:19:02 +01:00
sdk.ts typescript: updated tslint and fixed new warnings 2017-04-20 11:16:37 +02:00