Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fordecyt_2019
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rodrigo Tapia-McClung
fordecyt_2019
Commits
c798776d
Commit
c798776d
authored
Nov 24, 2020
by
Tania Gómez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zoom on barcharts
parent
6c2f49de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
evolucion_urbana_charts.js
public/js/evolucion_urbana_charts.js
+4
-1
No files found.
public/js/evolucion_urbana_charts.js
View file @
c798776d
...
...
@@ -72,10 +72,12 @@ am4core.ready(function() {
valueAxis3
.
numberFormatter
.
numberFormat
=
"#.#"
;
valueAxis3
.
renderer
.
labels
.
template
.
fill
=
am4core
.
color
(
"#b9ce37"
);
valueAxis3
.
title
.
fill
=
am4core
.
color
(
"#b9ce37"
);
valueAxis3
.
min
=
-
300
;
//
valueAxis3.min = -300;
valueAxis3
.
syncWithAxis
=
valueAxis1
;
valueAxis3
.
fontSize
=
15
;
valueAxis3
.
renderer
.
labels
.
template
.
fontSize
=
15
;
valueAxis3
.
min
=
valueAxis3
.
minZoomed
;
valueAxis3
.
max
=
valueAxis3
.
maxZoomed
;
valueAxis3
.
numberFormatter
=
new
am4core
.
NumberFormatter
();
valueAxis3
.
numberFormatter
.
numberFormat
=
"#,###"
;
...
...
@@ -120,6 +122,7 @@ am4core.ready(function() {
series3
.
tooltip
.
getFillFromObject
=
false
;
series3
.
tooltip
.
background
.
fill
=
am4core
.
color
(
mainTextColor
);
//Add cursor
chart
.
cursor
=
new
am4charts
.
XYCursor
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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