Eran Sandler
98ee88c1bb
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
3ab1f9b5a3
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
448e82108d
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
5aed2b6baf
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
9c0edfdb9d
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
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
13016c7476
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
1b46c39a27
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
Christopher Valles
81866cb6d3
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
4d99541f7c
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
9ca0f4a4fa
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
Arik Fraimovich
9d44a73d02
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
dd4c3f152a
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
c7efad2197
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
54cd4723ba
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
11e970ee8a
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
Arik Fraimovich
6c1ca3036b
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
50da387936
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
a1625f7125
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
38f85d3cc8
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
13c47639da
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
Arik Fraimovich
b2debb32d1
Show delete/edit/create new visualization only to query owner.
...
This is a temporary solution until we have owners for visualizations.
2014-02-10 21:06:52 +02:00
Arik Fraimovich
098f3f6e4c
When clicking on widget in dashboard, it should take to the correct visualization tab.
2014-02-10 19:38:23 +02:00
Arik Fraimovich
387ffbb0fc
Performance improvements for chart rendering:
...
1. Don't redraw when adding or removing a single series, but redraw at the end.
2. Use $timeout to postpone high charts rendering until DOM is ready.
2014-02-10 10:05:56 +02:00
Arik Fraimovich
d2d4f6186f
Remove SERIES_TYPES from Visualization.
2014-02-10 09:55:49 +02:00
Arik Fraimovich
d831710b0a
Fix for high charts bug with stacked areas.
2014-02-09 20:42:01 +02:00
Arik Fraimovich
d5316b2c4d
Make tooltip work for all chart types.
2014-02-09 20:28:37 +02:00
Arik Fraimovich
7c4bedf371
Add scatter plot type.
...
cc: @christophervalles
2014-02-09 20:17:29 +02:00
Arik Fraimovich
7018ed28fb
There is no bar chart type -- it's column.
2014-02-09 20:03:32 +02:00
Arik Fraimovich
7213e62937
After duplicating a query, put user back on table tab.
2014-02-09 20:02:58 +02:00