Allen Short
3fdd3080c1
Use series name as pie chart label ( #3484 )
...
It was unconditionally using the column name; this uses the series name instead
if specified in the chart editor.
2019-02-25 10:10:27 +02:00
Marina Samuel
029bee18fb
Coerce to moment when 'datetime' selected by user. ( #3150 )
2019-02-07 14:42:30 +01:00
Levko Kravets
ee0e81e795
Fix eslint errors
2019-01-31 11:21:45 +02:00
koooge
2da511021e
Frontend lint update ( #3253 )
...
* client: Add lint command
Signed-off-by: koooge <koooooge@gmail.com >
* client: Override eslint rule object-curly-newline to keep current style
Signed-off-by: koooge <koooooge@gmail.com >
* client: Override eslint rule no-else-return to keep current style
Signed-off-by: koooge <koooooge@gmail.com >
* client: Fix eslint import/named
Signed-off-by: koooge <koooooge@gmail.com >
* client: eslint-5
Signed-off-by: koooge <koooooge@gmail.com >
* codeclimate: Delete the old setting
Signed-off-by: koooge <koooooge@gmail.com >
* client: Downgrade eslint 5 to 4 in codeclimate
Signed-off-by: koooge <koooooge@gmail.com >
* client: npx install-peerdeps --dev eslint-config-airbnb
Signed-off-by: koooge <koooooge@gmail.com >
* client: Enbale .jsx lint
Signed-off-by: koooge <koooooge@gmail.com >
* client: Set warn
Signed-off-by: koooge <koooooge@gmail.com >
* client: Fix lint indent, implicit-arrow-linebreak, lines-between-class-members
Signed-off-by: koooge <koooooge@gmail.com >
* client: Disable eslint operator-linebreak
Signed-off-by: koooge <koooooge@gmail.com >
* Revert "client: Downgrade eslint 5 to 4 in codeclimate"
This reverts commit f0fb0f0059 .
* client: Fix react/button-has-type
Signed-off-by: koooge <koooooge@gmail.com >
* client: Disable an eslint rule react/jsx-one-expression-per-line
Signed-off-by: koooge <koooooge@gmail.com >
* codeclimate: Disable no-multiple-empty-lines
Signed-off-by: koooge <koooooge@gmail.com >
* client: Disable eslint react/destructuring-assignment
Signed-off-by: koooge <koooooge@gmail.com >
2019-01-29 17:25:58 +02:00
Levko Kravets
ba0d069283
getredash/redash#3213 Scatter charts can have category Y axis (similar to Bubble) ( #3243 )
2019-01-03 17:15:51 +02:00
deecay
03a7e24204
Show Sort Y only when type is Heatmap ( #3206 )
2018-12-24 17:10:16 +02:00
Arik Fraimovich
0fe1b5f9d4
Fix: registerAll fails after minification ( #3106 )
2018-11-20 23:34:37 +02:00
Levko Kravets
16ae0aa3d8
getredash/redash#2901 Fix docs links ( #3102 )
2018-11-20 11:06:09 +02:00
Topher Cyll
6e4f0ccee8
Bubble chart marker size override was clobbering seriesColor. ( #3063 )
...
Colors can now be set for bubble charts in UI.
2018-11-18 11:05:18 +02:00
Levko Kravets
391fbe130b
getredash/redash#2998 Charts lose responsive features after refreshing the dashboard ( #3024 )
2018-10-29 22:08:35 +02:00
Levko Kravets
e25c8c4145
getredash/redash#3022 Toolbox covers part of the chart ( #3023 )
2018-10-29 11:38:29 +02:00
deecay
34c118cf83
Add: Heatmap chart visualization by Plotly ( #2080 )
2018-10-21 11:39:06 +03:00
YOSHIDA Katsuhiko
6e836795b2
Fix url scheme ( #2994 )
2018-10-21 11:38:11 +03:00
Arik Fraimovich
a8a3ec66fd
Bring back fix to Box plot hover. ( #2941 )
2018-10-15 16:01:38 +03:00
Levko Kravets
9b59d10677
Use Plotly's function to clean y-values (x may be category or date/time) ( #2872 )
2018-10-11 12:27:28 +03:00
Levko Kravets
a40669e07f
getredash/redash#2875 Update plotly.js; some cleanup; fix chart legend issue in horizontal mode ( #2902 )
2018-10-11 11:23:40 +03:00
Levko Kravets
28fbc2ae62
getredash/redash#2796 Change placement (right/bottom) of chart legend depending on chart width
2018-09-27 10:14:58 +03:00
maxv
3ecec4ba8b
Remove closing input tags
2018-08-04 11:02:44 +03:00
Levko Kravets
3772612a97
Pie chart: sectors colors
2018-07-06 14:53:57 +03:00
Levko Kravets
ead1e07e99
getredash/redash#2534 Dashboard stops rendering when adding widget with empty query
2018-06-28 11:50:35 +03:00
Allen Short
d6011ede0c
switch underscore usages to lodash
...
There's still one usage of `numberFormat` from `underscore.string`.
2018-06-25 12:13:25 -05:00
Marina Samuel
804603014d
Closes #2541 : x-axis improvements.
2018-05-31 16:29:39 -04:00
Arik Fraimovich
90d642fbe2
Update the tab name.
2018-05-31 21:25:51 +03:00
Arik Fraimovich
ca1b8f2047
Update chart editor labels
2018-05-31 21:07:12 +03:00
Levko Kravets
80295ca1e7
Chart tooltips: use date/time format from config
2018-05-31 18:40:18 +03:00
Levko Kravets
75f8b8ae7b
getredash/redash#728 Use date/time and number formats only for tooltips
2018-05-30 17:25:30 +03:00
Levko Kravets
2ed67005b9
Remove unused option
2018-05-15 12:47:13 +03:00
Levko Kravets
e12d539234
getredash/redash#728 Chart: formats for values, labels and tooltips
2018-05-07 22:18:26 +03:00
Arik Fraimovich
d34d58bf33
Merge pull request #2374 from kravets-levko/feature/choropleth
...
Choropleth visualization
2018-03-25 14:34:45 +03:00
deecay
6356a75478
Fix: Box plot hover
2018-03-24 20:57:04 +09:00
Levko Kravets
be9bcaeb3d
Multiple fixes:
...
* Fix: line chart with category x-axis: when some values missing, wrong hints displayed on hover
* Fix: second Y-axis not displayed when stacking enabled
* Set of dashboard improvements and bug fixes
- set minimal height of widgets to 1 (was 4)
- bug: for some widgets auto-height wasn't calculated properly (sometimess too small, sometimes too large)
- bug: for small widgets, top-right menu was cut to widgets bounds
- bug: with opened top-right menu widgets with auto-height started "dancing"
- bug: at some point auto-height feature was disabling by itself (in fact - it depends on `angular-grindter`s internal processes)
- fix: widget with empty contents had extra 40px of white space (paddings of container)
* Add scrollbars to pivot table widgets
* Fix: 100% CPU loading caused page lags
2018-03-23 19:25:21 +03:00
Arik Fraimovich
2f24cff33c
Plotly: increase Y value accuracy.
2018-03-23 19:20:28 +03:00
Levko Kravets
2f30dbf645
getredash/redash#2317 Choropleth visualization
2018-03-06 20:42:48 +02:00
Zsolt Kocsmarszky
b053770998
less vivid colors fo charts
2018-02-18 19:55:00 +01:00
Zsolt Kocsmarszky
9e5f749556
Change default visualization colors
2018-02-17 18:21:11 +01:00
Zsolt Kocsmarszky
c69795c0cd
Merge branch 'master' into design/improve-default-visualisation-colors
2018-02-17 17:47:02 +01:00
Zsolt Kocsmarszky
2ed446be80
less neon green
2018-02-02 22:41:47 +01:00
Zsolt Kocsmarszky
c9b28785fb
Improve visualisation colors
2018-02-01 22:32:30 +01:00
Arik Fraimovich
33b4c7c4c3
Move widget position logic migration to the backend and remove some unused code.
...
Closes #2218 .
2018-02-01 14:40:40 +02:00
Levko Kravets
862bc947f7
getredash/redash#2117 CR7
2018-01-29 12:44:43 +02:00
Levko Kravets
92091bf628
Resolve conflicts with master
2018-01-19 19:39:43 +02:00
Levko Kravets
18b30d6baa
getredash/redash#2117 CR6
2018-01-19 19:30:53 +02:00
Levko Kravets
084a2f8806
getredash/redash#2117 CR5
2018-01-19 19:30:53 +02:00
Levko Kravets
c5acf6580c
getredash/redash#2117 CR4
2018-01-19 19:30:53 +02:00
Levko Kravets
4f4411a46a
getredash/redash#2117 CR3
2018-01-19 19:30:53 +02:00
Levko Kravets
2eaec6970e
getredash/redash#2117 CR2
2018-01-19 19:30:53 +02:00
Levko Kravets
30836e76d2
getredash/redash#2117 CR1
2018-01-19 19:30:53 +02:00
Levko Kravets
4547b8b735
getredash/redash#2117 Annotations
2018-01-19 19:30:53 +02:00
Levko Kravets
0cefed7108
getredash/redash#2117 Fix line/area stacking; UI improvements
2018-01-19 19:30:53 +02:00
Levko Kravets
878dc91edb
getredash/redash#2117 Optimize code, add more stacking options, fix percent stacking bugs
2018-01-19 19:30:53 +02:00