mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Removed bluegray
This commit is contained in:
parent
56d099f2fa
commit
fd1fea360d
3 changed files with 9 additions and 9 deletions
|
@ -122,11 +122,11 @@ const setChartData = () => {
|
|||
datasets: [
|
||||
{
|
||||
label: 'My First dataset',
|
||||
borderColor: documentStyle.getPropertyValue('--p-bluegray-400'),
|
||||
pointBackgroundColor: documentStyle.getPropertyValue('--p-bluegray-400'),
|
||||
pointBorderColor: documentStyle.getPropertyValue('--p-bluegray-400'),
|
||||
borderColor: documentStyle.getPropertyValue('--p-gray-400'),
|
||||
pointBackgroundColor: documentStyle.getPropertyValue('--p-gray-400'),
|
||||
pointBorderColor: documentStyle.getPropertyValue('--p-gray-400'),
|
||||
pointHoverBackgroundColor: textColor,
|
||||
pointHoverBorderColor: documentStyle.getPropertyValue('--p-bluegray-400'),
|
||||
pointHoverBorderColor: documentStyle.getPropertyValue('--p-gray-400'),
|
||||
data: [65, 59, 90, 81, 56, 55, 40]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue