Skip to content
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

Report fixes #33

Merged
merged 6 commits into from
May 1, 2018
Merged

Report fixes #33

merged 6 commits into from
May 1, 2018

Conversation

Bars92
Copy link
Contributor

@Bars92 Bars92 commented May 1, 2018

No description provided.

bars added 6 commits May 1, 2018 16:59
- remove chart legend thousand formatting.
- fix bar chart stacked and legend display.
- added support for readable headers in tables.
- fix line chart display.
@Bars92 Bars92 requested a review from dorsha May 1, 2018 15:49
@@ -30,7 +29,7 @@ const ChartLegend = ({ data, icon = 'circle', layout = CHART_LAYOUT_TYPE.vertica
const mainClass = `recharts-legend-item legend-item-${i} ${layout}`;
const legendIconClass = `${icon} icon chart-legend-icon`;
let width = 'auto';
const value = group.value ? numberToShortString(group.value) : null;
const value = group.value;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did we have this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as client but not wanted anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants