Skip to content

Commit

Permalink
chore: adjust tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
azech-hqs committed Sep 12, 2023
1 parent 635d6e8 commit f757bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/include/non-scalar/dielectric_tensor.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class DielectricTensorProperty extends Property {
const components_second = this.rowMajorToColumnMajor(pair[1].components);
return components_first.map((epsilon, index) => {
return {
subtitle: this.subtitle,
subtitle: `${this.subtitle} - ${"xyz"[index]}`,
xAxisTitle: this.xAxisTitle,
yAxisTitle: this.yAxisTitle,
yAxisType: "linear",
Expand Down Expand Up @@ -121,7 +121,7 @@ export class DielectricTensorConfig extends TwoDimensionalHighChartConfigMixin {
// eslint-disable-next-line func-names
return function () {
return (
"<b>state:</b> " +
"<b>part:</b> " +
this.series.name +
"<br>" +
"<b>frequency:</b> " +
Expand Down

0 comments on commit f757bd4

Please sign in to comment.