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

Aesthetics #83

Merged
merged 15 commits into from
Dec 15, 2017
Merged

Aesthetics #83

merged 15 commits into from
Dec 15, 2017

Conversation

samussiah
Copy link
Contributor

@samussiah samussiah commented Nov 14, 2017

Closes #49
Closes #54
Closes #66
Closes #82
Closes #87

Merge after #103 (date reference lines)

@samussiah samussiah added this to the v1.1 milestone Nov 14, 2017
@samussiah samussiah mentioned this pull request Nov 14, 2017
@samussiah samussiah modified the milestones: v1.1, v1.2 Dec 6, 2017
@samussiah samussiah requested a review from jwildfire December 7, 2017 14:16
@samussiah samussiah mentioned this pull request Dec 7, 2017
@jwildfire jwildfire changed the base branch from v1.1-dev to v1.2-dev December 15, 2017 14:00
,"default": null
,"type": "string"
}
,"grouping_direction":
Copy link
Contributor

Choose a reason for hiding this comment

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

Add enum?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, I'll make sure to update the settings-schema after everything is merged. Good idea to do this before each new release. Addressed in #116.

@@ -26,8 +26,5 @@ export default function onPreprocess() {

//Insert groupings into data to draw empty rows in which to draw groupings.
if (this.config.y.grouping) defineGroupingData.call(this);
else {
delete this.groupings;
this.config.range_band = this.initialSettings.range_band;
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't need the range_band reset anymore?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, just needed to move the y-domain definition to onPreprocess rather than onDraw. Or something. Definitely addressed in #114.

@@ -0,0 +1,9 @@
export default function IEsucks() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Assuming this triggers only in IE?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Indeederino

grouping => grouping.value_col === this.config.y.grouping
)[0].label}: ${d.key}`
),
rule = g
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't think the rule is needed with the rest of the refactor. I'll take it out in a sec.

Copy link
Contributor

Choose a reason for hiding this comment

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

Actually - I'm just going to make an issue. I'm getting formatting differences when I rebuild, and don't want to introduce those right now ...

Copy link
Contributor

Choose a reason for hiding this comment

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

@jwildfire jwildfire merged commit 610b8d1 into v1.2-dev Dec 15, 2017
@samussiah samussiah deleted the aesthetics branch December 15, 2017 15:28
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.

2 participants