Skip to content

Commit

Permalink
Estilos
Browse files Browse the repository at this point in the history
  • Loading branch information
jortilles committed Dec 10, 2024
1 parent 6ed991d commit 8458cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eda/eda_app/src/app/services/utils/chart-utils.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ export class ChartUtilsService {
notAllowed.splice(notAllowed.indexOf('knob'), 1);
}
// Pie && Polar (Only one numeric column and one char/date column)
if (dataSize < 50) {
if (dataSize < 100) {
notAllowed.splice(notAllowed.indexOf('doughnut'), 1);
notAllowed.splice(notAllowed.indexOf('polarArea'), 1);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body .preview-chart-box {

@media (max-width: 1500px) {
body .preview-chart-box {
height: 350px;
height: 400px;
}
}

Expand Down

0 comments on commit 8458cf2

Please sign in to comment.