Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
goffice
Commits
9f32af20
Commit
9f32af20
authored
Nov 29, 2022
by
Morten Welinder
Browse files
GogSeries: allow multiple data labels.
See
#64
.
parent
acee9163
Pipeline
#466754
passed with stages
in 6 minutes and 48 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
9f32af20
2022-11-29 Morten Welinder <terra@gnome.org>
* goffice/graph/gog-series.c (role_series_labels_can_add): Allow
multiple data labels. See #64.
2022-10-22 Morten Welinder <terra@gnome.org>
* goffice/math/go-math.c (go_pow10l): Make the table cover the
...
...
NEWS
View file @
9f32af20
goffice 0.10.54:
John Denker:
* Allow multiple data labels for series. [#64]
--------------------------------------------------------------------------
goffice 0.10.53:
...
...
goffice/graph/gog-series.c
View file @
9f32af20
...
...
@@ -376,7 +376,7 @@ role_series_labels_can_add (GogObject const *parent)
{
GogSeries
*
series
=
GOG_SERIES
(
parent
);
return
(
series
->
allowed_pos
!=
0
&&
gog_object_get_child_by_name
(
parent
,
"Data labels"
)
==
NULL
);
return
(
series
->
allowed_pos
!=
0
);
}
static
void
...
...
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