-
Notifications
You must be signed in to change notification settings - Fork 16
DM-6287 Charts refactoring #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…, converted React components to ES6 classes, fixed bug when undefined shows as a label.
…der charts space, fixed bug - missing chart mount action, when a chart is removed and then recreated on the same table.
src/firefly/js/charts/ChartsCntlr.js
Outdated
| return updateSet(state, ['tbl', tblId], omit(state['tbl'][tblId], [uChartId])); | ||
| if (has(state, [tblId, uChartId])) { | ||
| if (Object.keys(state[tblId]).length > 1) { | ||
| return updateSet(state, tblId, omit(state[tblId], [uChartId])); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WebUtil.updateDelete may do the same thing.
|
suggestion for xyplot optons panel: |
|
I did minimal spot testing and it looks good. |
|
Randomly checking, i've spotted an issue:
|
|
Another small one: 'Reset' doesn't reset anything - what is 'reset' suppose to do? |
|
Last one, related to top container bar, maybe less important because it appears in the playground environment but anyway: |
|
I agree with Emmanuel on this one. Xiuqin On Jul 14, 2016, at 1:21 PM, Emmanuel Joliet notifications@github.com wrote:
|
|
zoom does not work in my Chrome browser. Xiuqin On Jul 14, 2016, at 11:29 AM, Emmanuel Joliet notifications@github.com wrote:
|
|
This is a big change from the current OPS version. Xiuqin On Jul 14, 2016, at 9:59 AM, loitly notifications@github.com wrote:
|
|
Reset is resetting the form values to match current parameters of the Hopefully, I have fixed the zoom issue. 2016-07-14 11:31 GMT-07:00 Emmanuel Joliet notifications@github.com:
|
|
This one is a bug, related to table actions affecting layout. The layout is 2016-07-14 13:21 GMT-07:00 Emmanuel Joliet notifications@github.com:
|
|
Hopefully, I have fixed zoom. I have put the buttons on top for convenience, but they will scroll 2016-07-14 15:53 GMT-07:00 Tatiana Goldina tgoldina@gmail.com:
|
Fixed bugs