Commit Graph

1091 Commits (869bebed6e33fe40382428c311d8b2f9ae233957)
 

Author SHA1 Message Date
Torkel Odegaard 869bebed6e more work on annotations 11 years ago
Torkel Odegaard 0e3c0fcc2e Started work on annotations submenu control 11 years ago
Torkel Odegaard 775c0ff2f1 updated readme 11 years ago
Torkel Odegaard 98ab75029e added link to wiki article on scripted dashboards 11 years ago
Torkel Odegaard 682740a020 fix for requirejs optimizer and config.js fallback 11 years ago
Torkel Odegaard 278decfb87 fixed jshint error 11 years ago
Torkel Odegaard b8a0ca082a updated readme and bumped version to v1.1.1 11 years ago
Torkel Odegaard f03e4be683 Closes #72, added scripted dashboard example (feature inherited from kibana) 11 years ago
Torkel Ödegaard ba6a6292f9 trying to get angular mocks / testing to work 11 years ago
Torkel Odegaard 16599a07a9 Closes #70, Fixes #50, Grid thresholds feature 11 years ago
Torkel Ödegaard a9ac11216d Moved parser/target editor warning icon to the right, now the hide/show eye is still usefull even when only working with the text editor 11 years ago
Torkel Ödegaard 8e2008f821 Fixes #69, lexer correctly tokenizes number-number segments, numericLiterals are only considered literal token if it is folled by a punctuator. 11 years ago
Torkel Ödegaard 0a8b9bad4f Fixes #67, decimal inputs for function parameters (like scale) 11 years ago
Torkel Ödegaard bd4b75f5d8 added single decimal to short y formater 11 years ago
Torkel Ödegaard 084e7e7d73 Fixes #68, bug when trying open dashboard while in edit/fullscreen mode 11 years ago
Torkel Ödegaard 76f4e3c5b4 Fixed issue where series color or axis change would note take immediate effect (needed a full refresh). 11 years ago
Torkel Ödegaard adb97a0f3e Fixes #42 : Auto Y scale is working as it should (even when using line fill) 11 years ago
Torkel Ödegaard f2f435b4cb Changed name off config.js to config.sample.js to make it easier to upgrade with having to worry about config being overwwritten, if there is no config.js file config.sample.js will be read instead (requirejs fallback). Closes #65 11 years ago
Torkel Ödegaard 0015f81645 Implementation of legend values (min, max, current, total, avg), Closes #60, Fixes #14 11 years ago
Torkel Ödegaard ed76335c96 small change to time axis formats, more graphite like now 11 years ago
Torkel Ödegaard e0a35a3958 work in progress for legend values 11 years ago
Torkel Ödegaard d9ec9ed1ef removed metrics tab in dash editor modal (only created confusion, the feature is not ready) 11 years ago
Torkel Ödegaard 0032f934c9 Closes #62, there is now a New button in the open / search dashboard view. 11 years ago
Torkel Ödegaard 8816e18027 Merge pull request #63 from jippi/feature/unique-local-storage-name 11 years ago
Christian Winther e8be950752 Make sure kibana and grafana on same hostname do not interfere with each other 11 years ago
Torkel Ödegaard aea4b37760 added highestCurrent function (Fixes #57) 11 years ago
Torkel Ödegaard 1aff1a0000 mini improvement to xasis format (now shows just hours for larger time spans) 11 years ago
Torkel Ödegaard df54c17dca small refactoring of check if other panel is in fullscreen edit/view mode 11 years ago
Torkel Ödegaard 73c5883f0d small fix for png width error when resize in edit mode / fullscreen mode 11 years ago
Torkel Ödegaard e3561ce555 fixed jshint errors, dam fever is coming back, time to sleep... 11 years ago
Torkel Ödegaard a5feb639d9 Merge pull request #58 from andreparodi/master 11 years ago
Torkel Ödegaard ac33286c8c added sortByName function (thx @jippi) 11 years ago
Torkel Ödegaard 19d5d32229 simplified a lot of the time series data manipulation prior to handing it to flot, kibana used a lot of code to sort and make sure all time points needed had values, this is not needed for graphite time series data. Fixes som strange issues with "null point mode" and inconsistent rendering between graphite and grafana flot, 11 years ago
Torkel Ödegaard d90f2537a4 added unit (y axis format) mapping support for png renderer (#22) 11 years ago
Torkel Ödegaard 487aa1f2c3 Added hideAxes and hideYAxis mapping support for png renderer. #22 11 years ago
Torkel Ödegaard be9ab15c4e added grid min max support for png renderer (url property mappings that is), #22 11 years ago
Torkel Ödegaard 7d4f0d24d5 restructured style settings between axes & grid, and Display Styles 11 years ago
Torkel Ödegaard bafa334b94 moved timezone correction setting from graph style to dashboard 11 years ago
Torkel Ödegaard 80c5f99f3b Removed pointless setting "selectable" (interactive) 11 years ago
Torkel Ödegaard 212bf5df98 small fix to png rendering 11 years ago
Andre Parodi 32189afc67 added nonNegativeDerivative function 11 years ago
Torkel Ödegaard 0fa6b34f1a working on native png renderer support 11 years ago
Torkel Ödegaard 4d6bb8b6be progress on translating grafana/flot options to graphite png renderer options 11 years ago
Torkel Ödegaard 82da75bc0c began work on adding support for native graphite png renderer support (#22) 11 years ago
Torkel Ödegaard beda378314 Fixes #45, zero values treated as null values 11 years ago
Torkel Ödegaard 6734864acd small change to readme.md 11 years ago
Torkel Ödegaard 9f548870d0 added build status to readme.md 11 years ago
Torkel Ödegaard d2bae43d26 Adding travis-ci build 11 years ago
Torkel Ödegaard e77e43faab Fixes #46, you can now edit a graph with no title 11 years ago
Torkel Ödegaard 224d2f92c3 Save now closes edit mode. (#52). 11 years ago