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

Quiver timeline, diachronic view - enlarge diagram on demand #75

Merged
merged 2 commits into from
May 16, 2024

Conversation

noornoorie
Copy link
Contributor

  • add x-axis title "date"
  • add units to metric
  • add document name to title (or add a visual cue where the plot originates from; dependent what is easiere/ more elegant to implement)

Closes #44

- add x-axis title
- add unit to metric (y axis)
- document name as chart title
@@ -67,11 +71,12 @@ function tooltipContent(d: TimelineChartDataPoint) {
}
}"
>
<h3 class="font-semibold">{{ workflowName }}</h3>
<h3 class="font-semibold" style="width: 600px; margin-left: 40px">{{ gtName }}</h3>
Copy link
Contributor

Choose a reason for hiding this comment

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

Pleae put the title inside of BaseTimelineDetailedChart without width styling

@@ -80,11 +84,12 @@ function tooltipContent(d: TimelineChartDataPoint) {
}
}"
>
<h3 class="font-semibold">{{ workflowName }}</h3>
<h3 class="font-semibold" style="width: 660px; margin-left: 40px">{{ gtName }}</h3>
Copy link
Contributor

Choose a reason for hiding this comment

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

Pleae put the title inside of BaseTimelineDetailedChart without width styling

@paulpestov paulpestov merged commit 809c25e into OCR-D:master May 16, 2024
1 check failed
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.

Quiver timeline, diachronic view - enlarge diagram on demand (for a more detailed view)
2 participants