Commit 5cb1b08f authored by Kushal Pandya's avatar Kushal Pandya

Merge branch...

Merge branch '32052-productivity-analytics-no-labels-on-the-last-column-of-the-column-chart' into 'master'

Resolve "Productivity Analytics: No labels on the last column of the column chart"

Closes #32052

See merge request gitlab-org/gitlab!16993
parents 094f5302 cbf90bda
......@@ -208,6 +208,13 @@ export default {
</span>
</gl-dropdown-item>
</gl-dropdown>
<p class="text-muted">
{{
__(
'Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited.',
)
}}
</p>
<gl-column-chart
:data="{ full: getChartData(chartKeys.timeBasedHistogram) }"
:option="getColumnChartOption(chartKeys.timeBasedHistogram)"
......@@ -266,6 +273,13 @@ export default {
</span>
</gl-dropdown-item>
</gl-dropdown>
<p class="text-muted">
{{
__(
'Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited.',
)
}}
</p>
<gl-column-chart
:data="{ full: getChartData(chartKeys.commitBasedHistogram) }"
:option="getColumnChartOption(chartKeys.commitBasedHistogram)"
......
......@@ -10367,6 +10367,9 @@ msgstr ""
msgid "None"
msgstr ""
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
msgid "Not available"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment