tomerb
0bb3fb9c40
added datetime to the yaxis scale options
2016-05-18 18:41:08 +03:00
Arik Fraimovich
44f8ccfd75
New design 🎉 and UX improvements! In more detail:
...
- Based on the SuperFlat admin theme (I bought the extended license).
- All pages are now full-width to give your data the room it deserves.
- Various UX improvements (althuogh there is still room for improvement).
2016-04-14 22:27:26 +03:00
Arik Fraimovich
4cc8dd1df8
When opening a query page, don't automatically execute it
2016-03-30 11:33:55 +03:00
Arik Fraimovich
0ea0ba3fbe
Fix #802 : switching to/from query source view resets chart colors
2016-02-14 13:52:53 +02:00
Alon Horev
135ffd693a
Add an option to disable chart legend.
...
A user can disable it if he has tons of series.
Now that we explicitly enable it, it's also visible for a single series.
2015-12-07 19:07:04 +02:00
Alon Horev
0f82d4e17b
Remove highcharts as it's not used anymore
2015-12-06 21:05:35 +02:00
Alon Horev
b7a43feeca
#273 : Replace highcharts with plotly (it's free!)
2015-12-05 03:01:44 +02:00
Alon Horev
47dcead383
#273 : as a preparation for adding plotly, remove date range picker in the chart (plotly supports it within the chart)
2015-12-02 11:08:25 +02:00
Alon Horev
3b24f56eba
#671 : Improve chart editor UI/UX
2015-11-30 12:37:00 +02:00
Arik Fraimovich
67aecc0201
Merge pull request #594 from tjwudi/diwu/feature/date-range-selector
...
Feature: date range selector support for charts
2015-11-03 23:16:04 +02:00
Arik Fraimovich
39b8f40ad4
Fix: y axis settings should take into account two axes
2015-10-19 11:32:47 +03:00
John Wu
fad8bd47e8
Remove commented code
...
Signed-off-by: John Wu <webmaster@leapoahead.com >
2015-10-13 11:35:56 -07:00
John Wu
89f5074054
Prevent unneccesary call to setDateRangeToExtreme
...
Signed-off-by: John Wu <webmaster@leapoahead.com >
2015-10-13 11:33:20 -07:00
John Wu
5826fbd05f
Use moment.min and moment.max
2015-10-13 11:20:36 -07:00
John Wu
cc91981845
Naming stuff
...
`seriesCollection` -> `allSeries` (shorter)
`s` -> `series`
Signed-off-by: John Wu <webmaster@leapoahead.com >
2015-10-08 14:49:45 -07:00
John Wu
9832b7f72a
Use more descriptive name for series collection
...
Signed-off-by: John Wu <webmaster@leapoahead.com >
2015-10-06 15:04:34 -07:00
John Wu
20159a1c2a
Separate setDateRangeToExtreme function
...
Signed-off-by: John Wu <webmaster@leapoahead.com >
2015-10-05 17:32:46 -07:00
John Wu
0ddc6cf135
Use null to state empty object instead
...
Signed-off-by: John Wu <webmaster@leapoahead.com >
2015-10-05 17:13:04 -07:00
Matt Sochor
e7222944a5
Added logarithmic option to chart x axis type
2015-10-05 17:47:23 -04:00
Matt Sochor
f49839eadf
Add logarithmic y-axis option to chart
2015-10-05 17:42:16 -04:00
John Wu
9eca43801a
Fix: date range does not update in dashboard
...
Replace the whole dateRange object in scope instead of changing min and max properties one-by-one. Given how angular `$watch` works with Moment.js object, I wrote some comment to clarify the right way to update dateRange.
2015-09-28 15:00:55 -07:00
John Wu
40ee0d8a6e
Add date-range-selector to chart
2015-09-24 15:06:35 -07:00
Arik Fraimovich
380126ee44
Feature: ability to control series index in charts.
2015-06-30 09:15:00 +03:00
Arik Fraimovich
9077b01fb9
Feature: ability to disable x axis labels
2015-05-19 22:15:08 +03:00
Arik Fraimovich
dfe58b3953
Give the user the option to disable sorting of chart data
2015-02-08 18:02:36 +02:00
Arik Fraimovich
a00c80eab2
Don't change zIndex if it was already set
2015-01-27 22:30:26 +02:00
Arik Fraimovich
496e5ebe8c
Fix: if new series was created in result set, it wasn't using the default chart type
2015-01-27 22:23:10 +02:00
Amir Nissim
dcf0d2cbe3
#292 : Customizable series colors
2014-10-23 13:46:43 +03:00
Arik Fraimovich
9fc59de35f
remove throttling of redrawData
2014-08-19 18:37:32 +03:00
Amir Nissim
eb50f3fc94
[ #257 ] chart editor: use globalSeriesType when creating new series
2014-08-19 14:44:53 +03:00
Amir Nissim
ba540ff380
[ #257 ] chart editor: global series type
2014-08-19 13:14:24 +03:00
Arik Fraimovich
10c84d2cd0
Fix: series options not showing up when first running the query.
2014-08-05 12:39:35 +03:00
Arik Fraimovich
16a6c96c22
Use correct instance of queryResult
2014-07-06 18:34:26 +03:00
Arik Fraimovich
bc0a5160ac
Fix: view going into infinite loop of calling getQueryResult.
2014-07-06 18:17:23 +03:00
Arik Fraimovich
a274bde092
Fix: after saving the column type mapping is empty
2014-07-05 12:19:48 +03:00
Arik Fraimovich
b4024ec880
Settings for chart options.
2014-07-05 12:02:51 +03:00
Arik Fraimovich
7e720bcecd
Chart columns type mapping.
2014-07-05 12:02:51 +03:00
Arik Fraimovich
e5bf431987
Fix: Chart type resets to Date/Time when editing #186
2014-04-29 11:37:42 +03:00
Arik Fraimovich
b242295de0
Feature: Control over xAxis type.
2014-04-07 20:50:46 +03:00
Arik Fraimovich
3320de07f2
Switch to config object instead of millions of params
2014-03-04 11:09:04 +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
69f5de6478
Fix chart editor declaration.
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