Raymond Machira
3d82b702b3
Merge branch 'upstream/master' into fix/area_plots
...
# Conflicts:
# rd_ui/app/scripts/directives/plotly.js
2016-05-31 10:50:05 -05:00
Arik Fraimovich
ea031e9a98
Maintain fixed size of chart area
2016-05-31 11:27:01 +03:00
Kumar Vora
d83c6c42dd
Raymond/Kumar : Fixes issue where going into edit more would break stacking. - selects legend divs from current graph only (instead of selecting from the entire dom)
2016-05-26 14:17:19 -05:00
Raymond Machira
43b425f91c
Merge branch 'get-redash-master' of github.com:thoughtworks/redash into fix/area_plots
2016-05-24 18:11:13 -05:00
Raymond Machira
17427cf47b
Names the legend item click listener to avoid overriding other places the event may be used. Also removes the event listener when type of chart changes.
2016-05-24 17:54:50 -05:00
Raymond Machira
6c822d1e4b
Force area charts to recalculate on click of legend items.
...
This fixes issue #948 where stacked area plots do not update once series are enabled/disabled using the legend.
It also fixes the behaviour of percentage stack area plots, so as to have similar behaviour to percentage stacked bar charts.
2016-05-17 15:49:25 -05:00
Kumar Vora
d2ba0cb6cf
Let plotly calculate the height based on provided margin values
2016-05-09 16:11:51 -05:00
Kumar Vora
303e158eb1
Issue#1006: allowing user to change bottom margin for Chart visualizations
2016-04-22 13:16:00 -05:00
Arik Fraimovich
ff641440aa
Avoid drawing chart before there is data
2016-04-17 18:12:12 +03:00
Arik Fraimovich
cf2407b69b
Fix #779 : use the default chart type for new series
2016-04-17 11:58:29 +03:00
Arik Fraimovich
c51779708e
Remove angular-plotly and use Plotly's autoresize
2016-04-17 11:58:00 +03:00
Arik Fraimovich
9cded144e6
Remove Plotly legend height workaround and use official support for scrolling.
2016-04-17 11:12:33 +03:00
Arik Fraimovich
ffe23fc59c
Split colors palette to base and additional
2016-03-30 10:30:15 +03:00
chiragkparmar@gmail.com
d6a474b9f1
Update color palette to add more pretty colors
...
Inspired from ggplot2 color palette, update ColorPalette to make charts
more pretty.
2016-03-30 10:27:38 +03:00
Arik Fraimovich
1ceddc9e91
Fix: we were sending wrong timestamp to Plotly
2016-02-14 20:38:32 +02:00
Arik Fraimovich
19766cf4ce
Fix: sorting X values had no effect.
2016-02-14 13:24:14 +02:00
yohei.naruse
068ce57b24
make right axis enabled if there are stacked bars on right axis and lines on right axis.
2015-12-24 17:34:29 +09:00
Alon Horev
e863d83bf4
#692 : Enable scrolling for pie charts with long legend
2015-12-14 11:24:56 +02:00
Alon Horev
49848a193a
#692 : Fix scrolling issue with plotly charts (didn't always work)
2015-12-13 17:06:07 +02:00
Alon Horev
fc3fc0e84a
Chart: pie chart colors should use our custom palette and not the default plotly palette
2015-12-12 01:02:22 +02:00
Alon Horev
24b70e66af
Chart: regular area stacking (not percent) now shows both the value and sum per point.
2015-12-11 23:22:22 +02:00
Arik Fraimovich
76a1b9fdbe
Merge pull request #701 from alonho/fix/694_2
...
Fix : #694 : When stacking is enabled show both the relative value (in %) and the absolute value (attempt #2 )
2015-12-11 17:02:34 +02:00
Arik Fraimovich
e310f9d522
Merge pull request #700 from alonho/fix/692
...
Fix : #692 : Chart legend was cut off with a large number of series. The wrapping div now scrolls to make it visible.
2015-12-11 14:18:19 +02:00
Alon Horev
86a0e74db8
#694 : When stacking is enabled show both the relative value (in %) and the absolute value
2015-12-10 23:00:49 +02:00
Alon Horev
30a70338ba
#692 : Chart legend was cut off with a large number of series. The wrapping div now scrolls to make it visible.
2015-12-10 22:16:58 +02:00
Arik Fraimovich
b242dbb531
Merge pull request #698 from alonho/fix/694
...
Fix: When stacking is enabled show both the relative value (in %) and the absolute value
2015-12-10 21:59:38 +02:00
Alon Horev
7c992c53eb
#694 : When stacking is enabled show both the relative value (in %) and the absolute value
2015-12-10 17:28:47 +02:00
Alon Horev
4deb150a89
#695 : Charts: when stacking is enabled we should use one yaxis otherwise they overlap
2015-12-10 16:18:32 +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