question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Expect text and unit font size could be customised in gauge chart

See original GitHub issue

I’m submitting a … (check one with “x”)

[ ] bug report => search github for a similar issue or PR before submitting
[ x] feature request
[ ] support request => Please do not submit support request here

Current behavior

Expected behavior Hopefully user can customise font size for these two labels, thanks

Reproduction of the problem

What is the motivation / use case for changing the behavior?

Please tell us about your environment:

  • ngx-charts version: x.x.x
  • Angular version: 2.x.x
  • Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
  • Language: [all | TypeScript X.X | ES6/7 | ES5]

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
pmadhavancommented, Oct 27, 2017

Yes, I agree with @qiluo this is how my gauge looks if I set showAxis=false. https://plnkr.co/edit/CoCmJQd6eNNTTKUI7anq?p=preview image

<ngx-charts-gauge
  [results]="base"
  [min]="0"
  [max]="100"
  [units]="'%'"
  [angleSpan]="180"
  [startAngle]="-90"
  [showAxis]="false"
  (select)="onSelect($event)">
1reaction
Hypercubedcommented, Aug 6, 2018

Please reopen if this is still an issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to accomplish responsive texts in Highcharts gauges?
What I want to accomplish is to maintain the font-size/graph-container ratio whenever the chart is resized. Basically have the same appearance ...
Read more >
Global Advanced-Reports Settings - Qualtrics
About Global Settings. You can adjust global settings for the font color, font size, margins, and other aesthetic features for your whole report....
Read more >
Change the chart text font - Microsoft Support
Right click the chart title and click Font. Right-click menu shown when clicking a chart title. Click the Font tab, and enter the...
Read more >
font-size - CSS: Cascading Style Sheets - MDN Web Docs
The font-size CSS property sets the size of the font. Changing the font size also updates the sizes of the font size-relative units, ......
Read more >
Chart Reference | Tanzu Observability Documentation
Users with dashboard permission can customize many aspects of the chart and save their changes. ... You can configure the scale in the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found