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

Feature zoom - Do Not Merge #16

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from
Open

Feature zoom - Do Not Merge #16

wants to merge 10 commits into from

Conversation

tarrow
Copy link
Collaborator

@tarrow tarrow commented Sep 13, 2018

Description

PR for place to store comments on this work

Title of the PR - # issue (number) - description of the issue (could be copied from the issue itself)

example:

issue #444 - make the PDF modal resizable

Checklist:

  • My code follows the style guidelines of this project

  • The change is fulfilling its purpose and works in all browsers/environments

  • I have performed a self-review of my own code

  • I have commented my code, particularly in hard-to-understand areas

  • I have made corresponding changes to the documentation

  • My changes generate no new warnings

  • I have added tests that prove my fix is effective or that my feature works

  • New and existing unit tests pass locally with my changes

  • The change is in line with the design goals of Head Start

  • The changes fit our coding style

  • The changes do not negatively affect the different stakeholders of Headstart (end users, developers, designers, maintainers, deployers, users of Head Start as a library)

zoomedBubbleTargetRadius() {
return this.chartDimensions.width*0.5*0.5;
},
getChartCenter() {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

IMHO this could be just chartCenter since it is used for a computed property

@@ -30,12 +32,12 @@
@dblclick.prevent="$emit('doubleClick', id)"
>
<body style="word-wrap: break-word;">
<div id="area_title" :style="{width: inscribedSquareLength + 'px', height: inscribedSquareLength + 'px'}">
<div id="areborder: 1px #000 solid;a_title" :style="{width: inscribedSquareLength + 'px', height: inscribedSquareLength + 'px'}">
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Typo?

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