Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

The chart title could not be displayed #40

Open
cirodev opened this issue Jun 28, 2019 · 4 comments
Open

The chart title could not be displayed #40

cirodev opened this issue Jun 28, 2019 · 4 comments

Comments

@cirodev
Copy link

cirodev commented Jun 28, 2019

I'm trying to view the chart title by setting the following options

'Legend' => [
'Display' => false
]
'Title' => [
'display' => true,
'text' => 'COST OF SERVICES',
'Position' => 'bottom'
]

but it does not work

@dpchami
Copy link

dpchami commented Dec 12, 2019

I'm facing the same challenge is there anyone resolve this?

@tonydspaniard
Copy link
Member

@cirodev and @dpchami mind sharing the entire code? Thanks

@cirodev
Copy link
Author

cirodev commented May 1, 2020

I'm sorry but I don't think I have that project anymore. I hadn't even received the notification that someone had responded.

@ariefbayu
Copy link

I have the same issue implementing using the similar codes as op.

Had to implement using clientOptions:

'clientOptions' => [
    'title' => [
      'display' => true,
      'text' => 'Custom Chart Title'
    ]
  ]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants