Skip to content

Conversation

@vmcvlad
Copy link
Member

@vmcvlad vmcvlad commented Sep 29, 2021

No description provided.

@vmcvlad vmcvlad requested a review from aocneanu September 29, 2021 12:20
return $this;
}

public function xAxisConfig(array $config, ?string $dataset = null): self
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

public function xAxisConfig(array $config, ?string $dataset = 'x'): self

return $this;
}

public function yAxisConfig(array $config, ?string $dataset = null): self
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

public function yAxisConfig(array $config, ?string $dataset = 'y'): self

private function defaultXConfig(): array
{
return $this->mergeAxisConfig('x', [
return [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can't this part be in the config file as well? (the first array)

@vmcvlad vmcvlad merged commit e540f17 into master Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants