Skip to content
Snippets Groups Projects
Commit 22e7bae4 authored by Saket Agrahari's avatar Saket Agrahari
Browse files

Merge branch 'feature/COMP-343' into 'develop'

correcting tooltip view

See merge request !117
parents c033b150 997d0fbf
Branches
Tags
1 merge request!117correcting tooltip view
......@@ -38,7 +38,7 @@ function FibreLightPage(): React.ReactElement {
data={selectedData} filename="fibre_light_of_nrens_per_year">
<>
<ChartContainer>
<Table className="charging-struct-table" striped bordered responsive>
<Table className="charging-struct-table" striped bordered >
<colgroup>
<col span={1} style={{ width: "12%" }} />
<col span={1} style={{ width: "22%" }} />
......
......@@ -38,7 +38,7 @@ function MonitoringToolsPage(): React.ReactElement {
data={selectedData} filename="monitoring_tools_nrens_per_year">
<>
<ChartContainer>
<Table className="charging-struct-table" striped bordered responsive>
<Table className="charging-struct-table" striped bordered >
<colgroup>
<col span={1} style={{ width: "10%" }} />
<col span={1} style={{ width: "18%" }} />
......
......@@ -43,7 +43,7 @@ function NetworkAlienWavePage(): React.ReactElement {
data={selectedData} filename="alien_wave_nrens_per_year">
<>
<ChartContainer>
<Table className="charging-struct-table" striped bordered responsive>
<Table className="charging-struct-table" striped bordered >
<colgroup>
<col span={1} style={{ width: "25%" }} />
<col span={1} style={{ width: "25%" }} />
......
......@@ -45,7 +45,7 @@ function NetworkAlienWaveInternalPage(): React.ReactElement {
data={selectedData} filename="alien_wave_internal_nrens_per_year">
<>
<ChartContainer>
<Table className="charging-struct-table" striped bordered responsive>
<Table className="charging-struct-table" striped bordered >
<colgroup>
<col span={1} style={{ width: "30%" }} />
<col span={1} style={{ width: "35%" }} />
......
......@@ -40,7 +40,7 @@ function NetworkAutomationPage(): React.ReactElement {
data={selectedData} filename="network_automation_nrens_per_year">
<>
<ChartContainer>
<Table className="charging-struct-table" striped bordered responsive>
<Table className="charging-struct-table" striped bordered >
<colgroup>
<col span={1} style={{ width: "16%" }} />
<col span={2} style={{ width: "14%" }} />
......
......@@ -37,7 +37,7 @@ function NetworkCertificateProviderPage(): React.ReactElement {
data={selectedData} filename="certificate_provider_nrens_per_year">
<>
<ChartContainer>
<Table className="charging-struct-table" striped bordered responsive>
<Table className="charging-struct-table" striped bordered >
<colgroup>
<col span={1} style={{ width: "12%" }} />
<col span={1} style={{ width: "11%" }} />
......
......@@ -37,7 +37,7 @@ function NetworkFunctionVirtualisationPage(): React.ReactElement {
data={selectedData} filename="network_function_virtualisation_nrens_per_year">
<>
<ChartContainer>
<Table className="charging-struct-table" striped bordered responsive>
<Table className="charging-struct-table" striped bordered >
<colgroup>
<col span={1} style={{ width: "20%" }} />
<col span={2} style={{ width: "16%" }} />
......
......@@ -38,7 +38,7 @@ function NetworkPertTeam(): React.ReactElement {
data={selectedData} filename="fibre_light_of_nrens_per_year">
<>
<ChartContainer>
<Table className="charging-struct-table" striped bordered responsive>
<Table className="charging-struct-table" striped bordered >
<colgroup>
<col span={1} style={{ width: "25%" }} />
<col span={1} style={{ width: "25%" }} />
......
......@@ -39,7 +39,7 @@ function OPsAutomationPage(): React.ReactElement {
data={selectedData} filename="ops_automation_nrens_per_year">
<>
<ChartContainer>
<Table className="charging-struct-table" striped bordered responsive>
<Table className="charging-struct-table" striped bordered >
<colgroup>
<col span={1} style={{ width: "25%" }} />
<col span={1} style={{ width: "25%" }} />
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment