Amir Nissim
5ffd2615e7
[ #138 ] alert-unsaved-changes directive
2014-03-24 14:33:02 +02:00
Amir Nissim
7616738fc6
[ #138 ] QueryEditCtrl cleanup
2014-03-24 14:33:02 +02:00
Amir Nissim
e996b4fa22
[ #138 ] QueryEditCtrl cleanup
2014-03-24 14:33:02 +02:00
Amir Nissim
5d03ce6b50
[ #138 ] QueryViewCtrl cleanup and formatting
2014-03-24 14:33:02 +02:00
Amir Nissim
bcca2aa341
[ #138 ] QueryViewCtrl cleanup and formatting
2014-03-24 14:33:02 +02:00
Amir Nissim
3ad8114a28
[ #138 ] query directives
2014-03-24 14:33:02 +02:00
Amir Nissim
602d935559
[ #138 ] query directives
2014-03-24 14:33:02 +02:00
Amir Nissim
37d56a2bf6
[ #138 ] editCtrl inheriting viewCtrl
2014-03-24 14:33:02 +02:00
Amir Nissim
af9318fbd1
[ #138 ] editCtrl inheriting viewCtrl
2014-03-24 14:33:02 +02:00
Arik Fraimovich
ae8706ab85
Merge pull request #149 from EverythingMe/feature_data_source
...
Feature: Support multiple data sources (databases) for querying (#12 )
2014-03-23 17:02:55 +02:00
Arik Fraimovich
fbc325bf07
Merge pull request #149 from EverythingMe/feature_data_source
...
Feature: Support multiple data sources (databases) for querying (#12 )
2014-03-23 17:02:55 +02:00
Arik Fraimovich
86b95a404a
Apply filters only when available
2014-03-20 19:38:05 +02:00
Arik Fraimovich
214806d31b
Apply filters only when available
2014-03-20 19:38:05 +02:00
Arik Fraimovich
366cdbf616
Remove reference to query result when changing data source
2014-03-20 19:30:05 +02:00
Arik Fraimovich
cea1a73ad6
Remove reference to query result when changing data source
2014-03-20 19:30:05 +02:00
Arik Fraimovich
93f87f0922
Fix #141 : prevent the timer directive call digest loop every second
...
By using setInterval & $scope.$digest instead of $timeout which uses
$scope.$apply, which in turn calls $rootScope.$digest.
2014-03-20 09:29:27 +02:00
Arik Fraimovich
76ce8b0876
Fix #141 : prevent the timer directive call digest loop every second
...
By using setInterval & $scope.$digest instead of $timeout which uses
$scope.$apply, which in turn calls $rootScope.$digest.
2014-03-20 09:29:27 +02:00
Arik Fraimovich
872cee2228
Unless data source set already, set it to the first one.
2014-03-20 09:21:01 +02:00
Arik Fraimovich
fcebbb4856
Unless data source set already, set it to the first one.
2014-03-20 09:21:01 +02:00
Arik Fraimovich
259ea39d55
Move Highcharts color definitions to highchart's code file
2014-03-19 11:44:50 +02:00
Arik Fraimovich
bb83157cbe
Move Highcharts color definitions to highchart's code file
2014-03-19 11:44:50 +02:00
Arik Fraimovich
f637ddf8ca
Remove definition of QueryFIddleCtrl.
2014-03-19 11:42:36 +02:00
Arik Fraimovich
ca7af014ae
Remove definition of QueryFIddleCtrl.
2014-03-19 11:42:36 +02:00
Arik Fraimovich
08b92e1f3d
Remove QueryFiddle ctrl.
2014-03-19 11:39:08 +02:00
Arik Fraimovich
a429487894
Remove QueryFiddle ctrl.
2014-03-19 11:39:08 +02:00
Arik Fraimovich
8ae41c0b6a
Show query's data source.
2014-03-19 11:22:51 +02:00
Arik Fraimovich
baad4742ef
Show query's data source.
2014-03-19 11:22:51 +02:00
Arik Fraimovich
2e078294c9
Update angular-resource to 1.2.7
2014-03-19 11:19:43 +02:00
Arik Fraimovich
efbb78ad7f
Update angular-resource to 1.2.7
2014-03-19 11:19:43 +02:00
Arik Fraimovich
cdac5fbf52
Remove console.log
2014-03-17 21:24:18 +02:00
Arik Fraimovich
20d12c0498
Remove console.log
2014-03-17 21:24:18 +02:00
Arik Fraimovich
aa7e010342
Fix: when having categories chart and not all series had values
...
it wouldn't draw the chart with stacking other than none.
2014-03-17 21:22:07 +02:00
Arik Fraimovich
fec57ecf59
Fix: when having categories chart and not all series had values
...
it wouldn't draw the chart with stacking other than none.
2014-03-17 21:22:07 +02:00
Arik Fraimovich
9a04535e6b
Reset filterFreeze when updating data.
2014-03-17 20:25:58 +02:00
Arik Fraimovich
c26fdb5dad
Reset filterFreeze when updating data.
2014-03-17 20:25:58 +02:00
Arik Fraimovich
f3d46355af
Because we draw the table without VisualizationRenderer we need to explicitly add filters here too.
2014-03-17 20:23:12 +02:00
Arik Fraimovich
db35b6f4e8
Because we draw the table without VisualizationRenderer we need to explicitly add filters here too.
2014-03-17 20:23:12 +02:00
Arik Fraimovich
44621e4f37
Switch to $watchCollection to resolve the issue of chart not updating when length of series stays the same.
2014-03-17 20:22:49 +02:00
Arik Fraimovich
690d4b8f50
Switch to $watchCollection to resolve the issue of chart not updating when length of series stays the same.
2014-03-17 20:22:49 +02:00
Arik Fraimovich
a99e290bc5
Store filters on QueryResult object and use them in getQueryData.
2014-03-17 20:22:24 +02:00
Arik Fraimovich
5b0f124307
Store filters on QueryResult object and use them in getQueryData.
2014-03-17 20:22:24 +02:00
Arik Fraimovich
2b5291900d
Show filters directive on all visualizations.
2014-03-17 20:21:39 +02:00
Arik Fraimovich
cc9d10b12b
Show filters directive on all visualizations.
2014-03-17 20:21:39 +02:00
Arik Fraimovich
19209d16aa
Filters directive.
2014-03-17 20:20:49 +02:00
Arik Fraimovich
5ee924a770
Filters directive.
2014-03-17 20:20:49 +02:00
Arik Fraimovich
362c899632
Merge pull request #136 from EverythingMe/logout
...
Logout button
2014-03-13 12:37:06 +02:00
Arik Fraimovich
dd8478fe0a
Merge pull request #136 from EverythingMe/logout
...
Logout button
2014-03-13 12:37:06 +02:00
Amir Nissim
a80ed6998e
logout button. closes #125
2014-03-13 12:29:25 +02:00
Amir Nissim
97d614659a
logout button. closes #125
2014-03-13 12:29:25 +02:00
Arik Fraimovich
c7540ba87b
Fix minification issue
2014-03-12 16:53:22 +02:00
Arik Fraimovich
3b11f010b5
Fix minification issue
2014-03-12 16:53:22 +02:00
Arik Fraimovich
ae3151d3a7
Feature: control the system name
2014-03-12 13:22:37 +02:00
Arik Fraimovich
86ba16fbb8
Feature: control the system name
2014-03-12 13:22:37 +02:00
Arik Fraimovich
3066327b0e
Use permissions in the UI
2014-03-12 12:59:05 +02:00
Arik Fraimovich
3bcd8bf2d5
Use permissions in the UI
2014-03-12 12:59:05 +02:00
Arik Fraimovich
356128fbf5
Fix overflow CSS to be auto instead of scroll
2014-03-12 11:38:21 +02:00
Arik Fraimovich
6cbc2736d8
Fix overflow CSS to be auto instead of scroll
2014-03-12 11:38:21 +02:00
Arik Fraimovich
db94db2957
Add support for ESC key in edit-in-place
2014-03-11 18:16:15 +02:00
Arik Fraimovich
6c00b8a853
Add support for ESC key in edit-in-place
2014-03-11 18:16:15 +02:00
Arik Fraimovich
c87dcf8aac
Fix tab size
2014-03-11 18:09:12 +02:00
Arik Fraimovich
38f20d7eba
Fix tab size
2014-03-11 18:09:12 +02:00
Arik Fraimovich
0e1dbc9624
Change fork button to default
2014-03-11 18:08:24 +02:00
Arik Fraimovich
19b97f63e5
Change fork button to default
2014-03-11 18:08:24 +02:00
Amir Nissim
0b90b7ea79
#121 fixes:
...
* fork your own query
* better redirect after saving new query
* UI fixes
2014-03-11 17:16:58 +02:00
Amir Nissim
fa4258f75c
#121 fixes:
...
* fork your own query
* better redirect after saving new query
* UI fixes
2014-03-11 17:16:58 +02:00
Amir Nissim
2b652cac1f
rd-time-ago directive
2014-03-11 16:35:19 +02:00
Amir Nissim
583546a7ca
rd-time-ago directive
2014-03-11 16:35:19 +02:00
Amir Nissim
6c40610d34
#121 More UI issues:
...
* source as link instead of button
* fix source link when url has a hash
* new query uses the new layout
* rename url /src => /source...
* when deleting a visualization update the hash
* don't submit title/description if it hasn't changed
* mobile: fix description field wrapping
2014-03-11 15:21:53 +02:00
Amir Nissim
a6f527bd51
#121 More UI issues:
...
* source as link instead of button
* fix source link when url has a hash
* new query uses the new layout
* rename url /src => /source...
* when deleting a visualization update the hash
* don't submit title/description if it hasn't changed
* mobile: fix description field wrapping
2014-03-11 15:21:53 +02:00
Amir Nissim
f1aec05835
#121 : source button to play nice with hashes - cont'd
2014-03-11 15:20:13 +02:00
Amir Nissim
56672a862f
#121 : source button to play nice with hashes - cont'd
2014-03-11 15:20:13 +02:00
Amir Nissim
e8e2aab8e3
#121 : source button to play nice with hashes
2014-03-11 15:20:13 +02:00
Amir Nissim
554b21241b
#121 : source button to play nice with hashes
2014-03-11 15:20:13 +02:00
Amir Nissim
8d1b523b94
#121 : alerts
2014-03-11 15:20:13 +02:00
Amir Nissim
d6068395fa
#121 : alerts
2014-03-11 15:20:13 +02:00
Amir Nissim
31c59467db
#121 : editing query name, description, ttl triggers save
2014-03-11 15:20:13 +02:00
Amir Nissim
4836e5c239
#121 : editing query name, description, ttl triggers save
2014-03-11 15:20:13 +02:00
Amir Nissim
54c5a7dcb3
#121 : /src url
2014-03-11 15:20:13 +02:00
Amir Nissim
0ff4de1e10
#121 : /src url
2014-03-11 15:20:13 +02:00
Amir Nissim
d4287558f9
#121 : use resolve in RouteProvider to get query and instantiate controller when resolved
2014-03-11 15:20:12 +02:00
Amir Nissim
c91368229a
#121 : use resolve in RouteProvider to get query and instantiate controller when resolved
2014-03-11 15:20:12 +02:00
Amir Nissim
da496975bc
#121 : more layout changes
2014-03-11 15:20:12 +02:00
Amir Nissim
324205ed37
#121 : more layout changes
2014-03-11 15:20:12 +02:00
Amir Nissim
aaafb0f465
#121 : routing new views
2014-03-11 15:20:12 +02:00
Amir Nissim
950989b139
#121 : routing new views
2014-03-11 15:20:12 +02:00
Amir Nissim
7618fc97d2
#121 : mobile tweaks
2014-03-11 15:20:12 +02:00
Amir Nissim
498027301e
#121 : mobile tweaks
2014-03-11 15:20:12 +02:00
Amir Nissim
f01d224bdf
#121 : layout change - query editor on top
2014-03-11 15:20:12 +02:00
Amir Nissim
35f4be1abc
#121 : layout change - query editor on top
2014-03-11 15:20:12 +02:00
Amir Nissim
08355ff8af
#121 : edit refresh schedule, move alerts to right column
2014-03-11 15:20:12 +02:00
Amir Nissim
c9a8f7bd82
#121 : edit refresh schedule, move alerts to right column
2014-03-11 15:20:12 +02:00
Arik Fraimovich
f2ebfaba3e
Fix: no more flickering when switching visualization tabs.
2014-03-11 15:20:12 +02:00
Arik Fraimovich
7ad20ccff6
Fix: no more flickering when switching visualization tabs.
2014-03-11 15:20:12 +02:00
Amir Nissim
67f4c78d61
#121 : editable query name and description
2014-03-11 15:20:12 +02:00
Amir Nissim
1d4d5b4c1f
#121 : editable query name and description
2014-03-11 15:20:12 +02:00
Amir Nissim
02cf984711
#121 : 'show query' button for non-owners
2014-03-11 15:20:12 +02:00
Amir Nissim
2fa37a9732
#121 : 'show query' button for non-owners
2014-03-11 15:20:12 +02:00
Amir Nissim
ef86f44215
organizing /app files
2014-03-11 15:20:12 +02:00
Amir Nissim
51db8346d3
organizing /app files
2014-03-11 15:20:12 +02:00
Amir Nissim
315803dde2
#121 : QueryView page edit mode
2014-03-11 15:20:11 +02:00
Amir Nissim
e0c330fb29
#121 : QueryView page edit mode
2014-03-11 15:20:11 +02:00
Amir Nissim
f8280552a0
#121 : QueryViewCtrl with 'strict mode'
2014-03-11 15:20:11 +02:00
Amir Nissim
61316c40e5
#121 : QueryViewCtrl with 'strict mode'
2014-03-11 15:20:11 +02:00
Amir Nissim
4adfc4353b
#121 query view page
2014-03-11 15:20:11 +02:00
Amir Nissim
e57fabbd1d
#121 query view page
2014-03-11 15:20:11 +02:00
Arik Fraimovich
7d9a7eafc6
Merge pull request #130 from EverythingMe/fix_category_chart_sorting
...
Fix: (in category charts) don't sort values when there is more than one category
2014-03-11 15:16:51 +02:00
Arik Fraimovich
6ee4e6cd8e
Merge pull request #130 from EverythingMe/fix_category_chart_sorting
...
Fix: (in category charts) don't sort values when there is more than one category
2014-03-11 15:16:51 +02:00
Arik Fraimovich
97b727dcc0
Fix: don't sort values when there is more than one category
2014-03-11 15:14:32 +02:00
Arik Fraimovich
2cbee1bf82
Fix: don't sort values when there is more than one category
2014-03-11 15:14:32 +02:00
Arik Fraimovich
81525fa61b
Fix: compile all views.
2014-03-09 12:52:33 +02:00
Arik Fraimovich
30b4628593
Fix: compile all views.
2014-03-09 12:52:33 +02:00
Arik Fraimovich
02f376b6d3
Hackish way to show dates as dates in the table and timestamps
...
as date+timestamp.
2014-03-06 19:58:04 +02:00
Arik Fraimovich
db1df07337
Hackish way to show dates as dates in the table and timestamps
...
as date+timestamp.
2014-03-06 19:58:04 +02:00
Arik Fraimovich
10f2bc3df5
Fix: custom visualization name was ignored (ref #127 )
2014-03-06 19:23:56 +02:00
Arik Fraimovich
ceb2e0cfb3
Fix: custom visualization name was ignored (ref #127 )
2014-03-06 19:23:56 +02:00
Arik Fraimovich
3e7b1cdc15
Pie chart: show value and not only %
2014-03-06 19:21:13 +02:00
Arik Fraimovich
5e981a579b
Pie chart: show value and not only %
2014-03-06 19:21:13 +02:00
Arik Fraimovich
234b15765c
Fix: the pivot table visualization was messing up other visualizations
...
by changing the data.
2014-03-06 19:18:07 +02:00
Arik Fraimovich
2b03973cf0
Fix: the pivot table visualization was messing up other visualizations
...
by changing the data.
2014-03-06 19:18:07 +02:00
Eran Sandler
98ee88c1bb
No need to use github style authenticated URLs, it can just break things.
2014-03-05 08:46:09 +02:00
Eran Sandler
7c89ff5c1b
No need to use github style authenticated URLs, it can just break things.
2014-03-05 08:46:09 +02:00
Arik Fraimovich
2b274b706e
Set default name when creating
2014-03-04 11:38:00 +02:00
Arik Fraimovich
dd5fd72bd2
Set default name when creating
2014-03-04 11:38:00 +02:00
Arik Fraimovich
3ab1f9b5a3
Fixes #81 : reset query when saving widget
2014-03-04 11:33:11 +02:00
Arik Fraimovich
9d4655cc00
Fixes #81 : reset query when saving widget
2014-03-04 11:33:11 +02:00
Arik Fraimovich
e512fef78c
Switch to config object instead of millions of params
2014-03-04 11:09:04 +02:00
Arik Fraimovich
3320de07f2
Switch to config object instead of millions of params
2014-03-04 11:09:04 +02:00
Arik Fraimovich
448e82108d
Fix: reset visualization form after saving visualization
2014-03-04 10:59:07 +02:00
Arik Fraimovich
68482afa5c
Fix: reset visualization form after saving visualization
2014-03-04 10:59:07 +02:00
Arik Fraimovich
be93e77b2f
Rename Visaulization to VisualizationProvider
2014-03-04 10:19:28 +02:00
Arik Fraimovich
bfeded207a
Rename Visaulization to VisualizationProvider
2014-03-04 10:19:28 +02:00
Arik Fraimovich
5aed2b6baf
typo fix
2014-03-04 10:17:09 +02:00
Arik Fraimovich
a5971b0c69
typo fix
2014-03-04 10:17:09 +02:00
Arik Fraimovich
00b5aba88a
Remove the need to declare each visualization module in app dependencies.
2014-03-04 10:17:08 +02:00
Arik Fraimovich
6d93ccc0d0
Remove the need to declare each visualization module in app dependencies.
2014-03-04 10:17:08 +02:00
Arik Fraimovich
9c0edfdb9d
Fix chart editor declaration.
2014-03-04 10:17:08 +02:00
Arik Fraimovich
69f5de6478
Fix chart editor declaration.
2014-03-04 10:17:08 +02:00
Arik Fraimovich
b40e2e0a6f
Fix switch regular expression.
2014-03-04 10:17:08 +02:00
Arik Fraimovich
4630a8d18d
Fix switch regular expression.
2014-03-04 10:17:08 +02:00
Arik Fraimovich
d73130ebac
Refactor visualizations:
...
The main code doesn't know about individual visualizations and each visualization is contained in its own module. Should make adding/editing/removing visualizations easier.
2014-03-04 10:17:08 +02:00
Arik Fraimovich
79e40a667b
Refactor visualizations:
...
The main code doesn't know about individual visualizations and each visualization is contained in its own module. Should make adding/editing/removing visualizations easier.
2014-03-04 10:17:08 +02:00
Arik Fraimovich
13016c7476
Remove unused dependency.
2014-03-04 10:16:32 +02:00
Arik Fraimovich
2c904641a5
Remove unused dependency.
2014-03-04 10:16:32 +02:00
Arik Fraimovich
13f2ee2ae8
Fix: set the chart name by default to chart type.
2014-03-03 20:40:50 +02:00
Arik Fraimovich
14ecfd2cc8
Fix: set the chart name by default to chart type.
2014-03-03 20:40:50 +02:00
Arik Fraimovich
1b46c39a27
typo fix
2014-03-03 20:29:43 +02:00
Arik Fraimovich
a91eb9435b
typo fix
2014-03-03 20:29:43 +02:00
Arik Fraimovich
5d19096e0c
merge conflict fix & bump version
2014-03-03 20:27:04 +02:00
Arik Fraimovich
b5d2285b99
merge conflict fix & bump version
2014-03-03 20:27:04 +02:00
Christopher Valles
81866cb6d3
Resolve conflicts
2014-03-03 17:35:01 +00:00
Christopher Valles
c6dbb8d7c8
Resolve conflicts
2014-03-03 17:35:01 +00:00
Christopher Valles
b43e32169b
Merge branch 'master' into DAT-741
2014-03-03 17:18:15 +00:00
Christopher Valles
d3d46aa023
Merge branch 'master' into DAT-741
2014-03-03 17:18:15 +00:00
Christopher Valles
4d99541f7c
Fixing PR #112 as discussed with Arik
2014-03-03 17:11:38 +00:00
Christopher Valles
55cc3dd90e
Fixing PR #112 as discussed with Arik
2014-03-03 17:11:38 +00:00
Christopher Valles
089b67c40e
Fixing PR #112 as discussed with Arik
2014-03-03 17:08:07 +00:00
Christopher Valles
0822789002
Fixing PR #112 as discussed with Arik
2014-03-03 17:08:07 +00:00
Christopher Valles
9ca0f4a4fa
Fixing PR #112 as discussed with Arik
2014-03-03 16:45:45 +00:00
Christopher Valles
ffb2ec9bd1
Fixing PR #112 as discussed with Arik
2014-03-03 16:45:45 +00:00
Christopher Valles
0e1a0b4798
Fixing PR #112 as discussed with Arik
2014-03-03 16:41:53 +00:00
Christopher Valles
2bcb56d249
Fixing PR #112 as discussed with Arik
2014-03-03 16:41:53 +00:00
Arik Fraimovich
9d44a73d02
Feature: sort category charts by y value.
2014-03-03 15:27:39 +02:00
Arik Fraimovich
ac946fd014
Feature: sort category charts by y value.
2014-03-03 15:27:39 +02:00
Arik Fraimovich
8e9d537882
Fix: graphs with category as x axis were shown as datetime
...
graphs, because drawChart is called twice and on second pass
there is no x attribute on point object.
2014-03-03 15:21:49 +02:00
Arik Fraimovich
3680d0c65d
Fix: graphs with category as x axis were shown as datetime
...
graphs, because drawChart is called twice and on second pass
there is no x attribute on point object.
2014-03-03 15:21:49 +02:00
Arik Fraimovich
dd4c3f152a
Build assets for login page
2014-03-03 11:49:31 +02:00
Arik Fraimovich
0c9fa8b51b
Build assets for login page
2014-03-03 11:49:31 +02:00
Arik Fraimovich
0a511e4f8a
Ability to disable openid or password login
2014-03-02 21:54:50 +02:00
Arik Fraimovich
aa2bf4fe22
Ability to disable openid or password login
2014-03-02 21:54:50 +02:00
Arik Fraimovich
c7efad2197
Login view
2014-03-02 17:59:08 +02:00
Arik Fraimovich
7271b7a5f0
Login view
2014-03-02 17:59:08 +02:00
Arik Fraimovich
56981a5333
Merge pull request #105 from EverythingMe/feature_user_object
...
Resolve #17 : User model
2014-02-27 12:44:30 +02:00
Arik Fraimovich
8debd01a36
Merge pull request #105 from EverythingMe/feature_user_object
...
Resolve #17 : User model
2014-02-27 12:44:30 +02:00
Arik Fraimovich
54cd4723ba
Fix: saving new query.
2014-02-27 10:24:28 +02:00
Arik Fraimovich
51a37cae3d
Fix: saving new query.
2014-02-27 10:24:28 +02:00
Christopher Valles
c9f8b04a12
UX/UI issues with visualizations fixed
2014-02-25 19:59:14 +00:00
Christopher Valles
3c24e76eb4
UX/UI issues with visualizations fixed
2014-02-25 19:59:14 +00:00
Christopher Valles
11e970ee8a
Merge branch 'master' into DAT-741
2014-02-25 18:15:48 +00:00
Christopher Valles
6dc9f8ea2b
Merge branch 'master' into DAT-741
2014-02-25 18:15:48 +00:00
Christopher Valles
2bcf5b2fc5
DAT-741
2014-02-25 18:14:47 +00:00
Christopher Valles
8be95262d4
DAT-741
2014-02-25 18:14:47 +00:00
Arik Fraimovich
6c1ca3036b
Make sure visualization don't overflow
2014-02-25 08:16:36 +02:00
Arik Fraimovich
cbd1cf7c25
Make sure visualization don't overflow
2014-02-25 08:16:36 +02:00
Arik Fraimovich
9defa45428
Use of user object (fix views, update migrations and some).
2014-02-22 14:43:00 +02:00
Arik Fraimovich
791f2e0b34
Use of user object (fix views, update migrations and some).
2014-02-22 14:43:00 +02:00
Arik Fraimovich
50da387936
Only refresh widgets that have their query data updated.
2014-02-17 17:57:26 +02:00
Arik Fraimovich
30b86ea781
Only refresh widgets that have their query data updated.
2014-02-17 17:57:26 +02:00
Arik Fraimovich
316b2a1b1c
Option to set every minute refresh rate.
2014-02-17 17:19:48 +02:00
Arik Fraimovich
574f75b293
Option to set every minute refresh rate.
2014-02-17 17:19:48 +02:00
Arik Fraimovich
a1625f7125
Auto-refresh button for dashboards.
2014-02-17 17:19:32 +02:00
Arik Fraimovich
252ae7455a
Auto-refresh button for dashboards.
2014-02-17 17:19:32 +02:00
Arik Fraimovich
4351e5a642
Allow user to set the stacking of the chart.
2014-02-13 16:19:15 +02:00
Arik Fraimovich
95a6bab8b5
Allow user to set the stacking of the chart.
2014-02-13 16:19:15 +02:00
Arik Fraimovich
38f85d3cc8
Better support for single series tooltips.
2014-02-11 16:30:41 +02:00
Arik Fraimovich
f8302ab65a
Better support for single series tooltips.
2014-02-11 16:30:41 +02:00
Arik Fraimovich
83002d09a4
Support for pie charts.
2014-02-11 16:30:23 +02:00
Arik Fraimovich
e632cf1c42
Support for pie charts.
2014-02-11 16:30:23 +02:00
Arik Fraimovich
13c47639da
Make the default newOptions apply to all but the chart vis
2014-02-11 11:42:37 +02:00
Arik Fraimovich
9b7227a88b
Make the default newOptions apply to all but the chart vis
2014-02-11 11:42:37 +02:00
Arik Fraimovich
cbd7799b44
Imrpove (?) line chart settings
2014-02-11 11:38:01 +02:00