• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

CBIIT / bento-c3dc-frontend / 25557662953

08 May 2026 01:15PM UTC coverage: 0.112% (-0.04%) from 0.153%
25557662953

push

github

web-flow
Merge pull request #504 from CBIIT/C3DC-2146

C3DC 2146

6 of 6162 branches covered (0.1%)

Branch coverage included in aggregate %.

0 of 2386 new or added lines in 69 files covered. (0.0%)

31 existing lines in 7 files now uncovered.

10 of 8158 relevant lines covered (0.12%)

0.06 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/pages/CohortAnalyzer/HistogramPanel/chart/HistogramChartEmptyState.js
NEW
1
import React from 'react';
×
2

3
export function HistogramChartEmptyState() {
NEW
4
  return (
×
5
    <div
6
      role="status"
7
      aria-live="polite"
8
      style={{
9
        maxWidth: 340,
10
        padding: '0 16px',
11
        textAlign: 'center',
12
        fontFamily: 'Poppins, sans-serif',
13
      }}
14
    >
15
      <p style={{ margin: 0, fontSize: 15, fontWeight: 600, color: '#323232', lineHeight: 1.4 }}>
16
        No data available.
17
      </p>
18
      <p style={{ margin: '8px 0 0', fontSize: 13, fontWeight: 400, color: '#6E6E6E', lineHeight: 1.45 }}>
19
        Try adjusting your filters or cohort selection.
20
      </p>
21
    </div>
22
  );
23
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc