Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
prodige
bdl-alkante-visualiseur-core
Commits
76176830
Commit
76176830
authored
Oct 25, 2022
by
Jenkins
Browse files
Merge commit '
dcd41493
'
parents
44d7c35f
dcd41493
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/visualiseur-core/src/lib/chart/chart.component.ts
View file @
76176830
...
...
@@ -228,6 +228,11 @@ export class ChartComponent implements OnInit, AfterViewInit, OnDestroy {
const
dataSets
=
this
.
buildDataSet
(
this
.
datas
);
this
.
labelOnChartParam
.
align
=
'
end
'
;
this
.
labelOnChartParam
.
anchor
=
'
end
'
;
this
.
labelOnChartParam
.
color
=
'
black
'
;
this
.
labelOnChartParam
.
font
.
weight
=
'
normal
'
;
const
chartRef
=
new
Chart
(
ctx2d
,
{
plugins
:
[
ChartDataLabels
,
this
.
htmlLegendPlugin
],
type
:
'
bar
'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment