Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
Frontend V2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GraphPolaris
Frontend V2
Commits
347aca15
Commit
347aca15
authored
5 days ago
by
Marcos Pieras
Browse files
Options
Downloads
Patches
Plain Diff
feat: correct init of x data
parent
3eecc93a
No related branches found
Branches containing commit
Tags
v1.168.1
Tags containing commit
No related merge requests found
Pipeline
#147843
passed
5 days ago
Stage: tag-release
Stage: get-release-tag
Stage: container-image
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lib/vis/visualizations/vis1D/Vis1D.tsx
+1
-1
1 addition, 1 deletion
src/lib/vis/visualizations/vis1D/Vis1D.tsx
with
1 addition
and
1 deletion
src/lib/vis/visualizations/vis1D/Vis1D.tsx
+
1
−
1
View file @
347aca15
...
...
@@ -121,7 +121,7 @@ const Vis1DSettings = ({ settings, graphMetadata, updateSettings }: Visualizatio
];
if
(
settings
.
xAxisLabel
.
name
===
''
)
{
updateSettings
({
xAxisLabel
:
{
name
:
newAttributeOptions
[
0
].
name
,
type
:
newAttributeOptions
[
0
].
type
}
});
updateSettings
({
xAxisLabel
:
{
name
:
newAttributeOptions
[
1
].
name
,
type
:
newAttributeOptions
[
1
].
type
}
});
// !TODO: instead of contain "datum" chekc type: if it is date
if
(
newAttributeOptions
[
0
].
name
.
includes
(
'
Datum
'
))
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment