Copper Flat Weight Calculation Chart

Copper Flat Weight Calculation Chart & Calculator body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: #f8f9fa; color: #333; line-height: 1.6; margin: 0; padding: 0; } .container { max-width: 980px; margin: 20px auto; padding: 20px; background-color: #ffffff; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 74, 153, 0.1); } header { background-color: #004a99; color: #ffffff; padding: 20px; border-radius: 8px 8px 0 0; text-align: center; margin-bottom: 20px; } header h1 { margin: 0; font-size: 2.2em; } .sub-heading { font-size: 1.3em; color: #e0e0e0; margin-top: 5px; } .calculator-section { background-color: #ffffff; padding: 25px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); margin-bottom: 30px; } .calculator-section h2 { color: #004a99; margin-top: 0; text-align: center; margin-bottom: 25px; font-size: 1.8em; } .input-group { margin-bottom: 20px; display: flex; flex-direction: column; } .input-group label { font-weight: bold; margin-bottom: 8px; color: #004a99; display: block; } .input-group input[type="number"], .input-group select { padding: 12px 15px; border: 1px solid #ccc; border-radius: 5px; font-size: 1em; width: 100%; box-sizing: border-box; } .input-group .helper-text { font-size: 0.85em; color: #6c757d; margin-top: 5px; } .error-message { color: #dc3545; font-size: 0.85em; margin-top: 5px; display: none; /* Hidden by default */ } .button-group { display: flex; justify-content: space-between; margin-top: 25px; } button { padding: 12px 20px; border: none; border-radius: 5px; font-size: 1em; cursor: pointer; transition: background-color 0.3s ease, transform 0.2s ease; font-weight: bold; } .btn-primary { background-color: #004a99; color: #ffffff; } .btn-primary:hover { background-color: #003b7a; transform: translateY(-2px); } .btn-secondary { background-color: #6c757d; color: #ffffff; } .btn-secondary:hover { background-color: #5a6268; transform: translateY(-2px); } .btn-success { background-color: #28a745; color: #ffffff; } .btn-success:hover { background-color: #218838; transform: translateY(-2px); } .results-section { background-color: #e7f3ff; padding: 25px; border-radius: 8px; margin-top: 25px; box-shadow: inset 0 2px 6px rgba(0, 74, 153, 0.08); } .results-section h3 { color: #004a99; margin-top: 0; text-align: center; font-size: 1.6em; margin-bottom: 20px; } .main-result { font-size: 2.2em; font-weight: bold; color: #28a745; text-align: center; margin-bottom: 15px; padding: 15px; background-color: #ffffff; border-radius: 5px; border: 2px solid #28a745; } .result-item { margin-bottom: 10px; font-size: 1.1em; display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed #004a99; } .result-item:last-child { border-bottom: none; } .result-label { font-weight: bold; color: #004a99; } .result-value { font-weight: bold; color: #333; } .formula-explanation { background-color: #fff9e6; padding: 15px; border-radius: 5px; border-left: 5px solid #ffc107; margin-top: 20px; font-size: 0.95em; color: #6c757d; } .formula-explanation strong { color: #333; } .chart-section { background-color: #ffffff; padding: 25px; border-radius: 8px; margin-top: 30px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); } .chart-section h3 { color: #004a99; text-align: center; font-size: 1.6em; margin-bottom: 20px; } canvas { width: 100% !important; height: 300px !important; display: block; margin: 0 auto; } .chart-caption { text-align: center; font-size: 0.9em; color: #6c757d; margin-top: 10px; } .table-section { background-color: #ffffff; padding: 25px; border-radius: 8px; margin-top: 30px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); overflow-x: auto; /* for smaller screens */ } .table-section h3 { color: #004a99; text-align: center; font-size: 1.6em; margin-bottom: 20px; } table { width: 100%; border-collapse: collapse; margin-top: 15px; } th, td { border: 1px solid #dee2e6; padding: 12px; text-align: center; } thead { background-color: #004a99; color: #ffffff; } tbody tr:nth-child(even) { background-color: #f2f7ff; } .table-caption { text-align: center; font-size: 0.9em; color: #6c757d; margin-bottom: 15px; } .article-section { background-color: #ffffff; padding: 30px; border-radius: 8px; margin-top: 30px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); } .article-section h2 { color: #004a99; font-size: 1.9em; margin-top: 0; margin-bottom: 20px; border-bottom: 2px solid #004a99; padding-bottom: 8px; } .article-section h3 { color: #004a99; font-size: 1.5em; margin-top: 25px; margin-bottom: 15px; } .article-section p, .article-section ul, .article-section ol { margin-bottom: 15px; font-size: 1.05em; } .article-section ul, .article-section ol { padding-left: 25px; } .article-section li { margin-bottom: 8px; } .faq-item { margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px dashed #e0e0e0; } .faq-item:last-child { border-bottom: none; } .faq-question { font-weight: bold; color: #004a99; margin-bottom: 5px; cursor: pointer; } .faq-answer { color: #555; display: none; /* Hidden by default */ padding-left: 10px; } .related-links { list-style: none; padding: 0; } .related-links li { margin-bottom: 10px; } .related-links a { color: #004a99; text-decoration: none; font-weight: bold; } .related-links a:hover { text-decoration: underline; } .related-links span { display: block; font-size: 0.9em; color: #6c757d; margin-top: 3px; } footer { text-align: center; padding: 20px; margin-top: 30px; font-size: 0.9em; color: #6c757d; } @media (max-width: 768px) { .container { margin: 10px; padding: 15px; } header h1 { font-size: 1.8em; } .calculator-section, .chart-section, .table-section, .article-section, .results-section { padding: 20px; } .button-group { flex-direction: column; gap: 10px; } button { width: 100%; } .main-result { font-size: 1.8em; } canvas { height: 250px !important; } }

Copper Flat Weight Calculation Chart & Calculator

Precise Weight Calculations for Copper Flat Materials

Copper Flat Weight Calculator

C11000 (ETP) – 99.5% Cu C10100 (OF) – 99.9% Cu C26000 (Cartridge Brass) – 77.5% Cu, 22.5% Zn C28000 (Muzar Brass) – 90% Cu, 10% Zn Select the copper alloy type, which influences its density.
Enter the thickness of the copper flat bar.
Enter the width of the copper flat bar.
Enter the length of the copper flat bar.

Calculation Results

–.– kg
Volume –.– cm³
Density Used –.– g/cm³
Weight (grams) –.– g
Formula: Weight = Volume × Density
Volume = Thickness × Width × Length
(Note: Units are converted for final output)

Weight vs. Length Chart

Estimated weight for varying lengths, keeping thickness and width constant.

Copper Flat Weight Reference Table

Approximate weights per meter for common copper flat sizes (using 99.5% Cu density).

Dimensions (mm x mm) Weight per Meter (kg/m)
1.0 x 100.089
1.5 x 100.133
2.0 x 100.178
3.0 x 100.267
1.0 x 250.223
1.5 x 250.334
2.0 x 250.445
3.0 x 250.668
1.0 x 500.445
1.5 x 500.668
2.0 x 500.890
3.0 x 501.336
5.0 x 502.225
3.0 x 1002.672
5.0 x 1004.450

What is Copper Flat Weight Calculation?

Copper flat weight calculation refers to the process of determining the mass or weight of a piece of copper in a flat, rectangular form (often called a bar, strip, or strap). This is crucial in various industries, from electrical engineering and manufacturing to construction and artistic metalwork, where the precise amount of material directly impacts project costs, structural integrity, and efficiency. Understanding how to calculate copper flat weight allows engineers, fabricators, purchasers, and hobbyists to accurately budget materials, ensure correct specifications are met, and optimize designs.

Who should use it? Anyone working with copper flat stock:

  • Engineers: Designing electrical components, busbars, heat sinks.
  • Manufacturers: Producing custom parts, industrial equipment.
  • Purchasing Agents: Sourcing raw materials and managing inventory.
  • Metalworkers & Fabricators: Cutting, shaping, and assembling copper parts.
  • Hobbyists & Artists: Working on projects involving copper detailing or structures.

Common misconceptions about copper weight calculation often revolve around material density. Different copper alloys have slightly different densities. Furthermore, surface treatments or impurities can minutely affect the overall mass. Assuming a single, universal density for all copper forms can lead to inaccuracies in calculations. This calculator addresses this by allowing selection of common copper types.

Copper Flat Weight Calculation Formula and Mathematical Explanation

The fundamental principle behind calculating the weight of any object, including copper flat bar, is the relationship between its volume and its density. The formula is straightforward:

Weight = Volume × Density

To apply this to copper flat bar, we first need to calculate its volume. Since it's a rectangular prism, the volume is calculated as:

Volume = Thickness × Width × Length

Combining these, the full formula becomes:

Weight = (Thickness × Width × Length) × Density

Variable Explanations:

Variable Meaning Unit Typical Range
ThicknessThe smallest dimension of the flat copper bar, perpendicular to its width and length.mm0.1 mm – 50 mm (or more)
WidthThe second dimension of the flat copper bar.mm1 mm – 500 mm (or more)
LengthThe longest dimension of the flat copper bar.mm10 mm – 5000 mm (or more)
DensityThe mass of the copper material per unit volume. This varies slightly by alloy.g/cm³8.9 to 9.0 g/cm³
VolumeThe amount of three-dimensional space occupied by the copper bar.cm³Varies based on dimensions
WeightThe total mass of the copper bar.kgVaries based on dimensions and density

Unit Conversion Note: The calculator typically takes dimensions in millimeters (mm). For density, we use grams per cubic centimeter (g/cm³). To ensure accurate weight calculation, dimensions are converted to centimeters before calculating volume (1 cm = 10 mm). The final weight is then presented in kilograms (kg).

Practical Examples (Real-World Use Cases)

Here are a couple of scenarios illustrating the practical application of copper flat weight calculation:

  1. Scenario: Electrical Busbar Fabrication
    A company needs to fabricate a custom busbar for a power distribution system. They require a copper flat bar with the following specifications:
    • Copper Type: C11000 (ETP Copper)
    • Thickness: 5 mm
    • Width: 75 mm
    • Length: 2000 mm (2 meters)
    Using the calculator:
    • Density selected: 8.96 g/cm³ (for 99.5% Cu)
    • Volume calculation: (0.5 cm × 7.5 cm × 200 cm) = 787.5 cm³
    • Weight (grams): 787.5 cm³ × 8.96 g/cm³ = 7059 g
    • Total Weight Result: 7.06 kg
    Interpretation: The company knows they need to source approximately 7.06 kg of copper flat bar for this specific busbar. This allows for accurate material ordering and cost estimation.
  2. Scenario: Heat Sink Design
    An electronics manufacturer is designing a heat sink using copper for better thermal conductivity. The dimensions are:
    • Copper Type: C10100 (OF Copper)
    • Thickness: 10 mm
    • Width: 40 mm
    • Length: 150 mm
    Using the calculator:
    • Density selected: 8.98 g/cm³ (for 99.9% Cu)
    • Volume calculation: (1.0 cm × 4.0 cm × 15.0 cm) = 60.0 cm³
    • Weight (grams): 60.0 cm³ × 8.98 g/cm³ = 538.8 g
    • Total Weight Result: 0.54 kg
    Interpretation: Each heat sink unit will weigh about 0.54 kg. This information is vital for evaluating the overall weight of the electronic device, assessing handling requirements, and determining manufacturing costs per unit.

How to Use This Copper Flat Weight Calculator

Our Copper Flat Weight Calculator is designed for simplicity and accuracy. Follow these steps to get your weight calculation:

  1. Select Copper Type: From the dropdown menu, choose the specific copper alloy you are using. Different alloys have slightly varying densities, impacting the final weight. The default selection is C11000 (ETP Copper), a common choice.
  2. Input Dimensions: Enter the precise measurements of your copper flat bar in millimeters (mm) for:
    • Thickness: The smallest dimension.
    • Width: The next dimension.
    • Length: The longest dimension.
    Use the provided helper text for guidance. The calculator includes basic validation to ensure you enter positive numerical values.
  3. View Results: As you input the dimensions, the calculator updates automatically in real-time. The primary result shown is the Total Weight in kilograms (kg).
  4. Understand Intermediate Values: Below the main result, you'll find:
    • Volume: The calculated volume in cubic centimeters (cm³).
    • Density Used: The specific density (g/cm³) corresponding to the selected copper type.
    • Weight (grams): The calculated weight in grams before final conversion to kilograms.
    The formula used is also explained for transparency.
  5. Utilize the Chart and Table:
    • The Weight vs. Length Chart provides a visual representation of how weight changes with length for fixed width and thickness.
    • The Reference Table offers quick lookup for common copper flat sizes and their approximate weight per meter.
  6. Copy Results: If you need to record or share the calculated values, click the "Copy Results" button. This will copy the main result, intermediate values, and key assumptions to your clipboard.
  7. Reset: To start over with default values, click the "Reset" button.

Decision-Making Guidance: Use these results to confirm material orders, verify supplier specifications, estimate project costs, and ensure structural suitability. For instance, if the calculated weight exceeds project limitations or budget, you might need to adjust the dimensions or consider alternative materials.

Key Factors That Affect Copper Flat Weight Results

While the core calculation is based on dimensions and density, several factors can influence the final weight or the accuracy of your calculation:

  1. Copper Alloy Type: As highlighted, different copper alloys (like ETP, OF, Brass variations) possess distinct densities due to their elemental composition. Choosing the correct alloy type in the calculator is paramount for accurate weight. The difference might be small for pure copper but more significant for alloys like brass.
  2. Dimensional Accuracy: The precision of your measurements for thickness, width, and length directly impacts the calculated volume and, consequently, the weight. Minor variations in manufacturing can lead to slight weight differences compared to theoretical calculations. Always use the actual measured dimensions for critical applications.
  3. Surface Coatings or Plating: If the copper flat bar is plated (e.g., with tin, nickel, or silver) for specific applications like corrosion resistance or improved conductivity, the weight of the plating material will add a small amount to the total weight. This calculator assumes pure copper weight.
  4. Manufacturing Tolerances: Metal suppliers provide materials within specified tolerances. For example, a 3mm thick bar might actually be 2.9mm or 3.1mm. Using the nominal (stated) dimensions will give a theoretical weight, while actual weight may vary slightly based on these tolerances.
  5. Temperature Effects: While generally negligible for practical purposes in this context, extreme temperature fluctuations can cause materials to expand or contract slightly, minutely affecting density and volume. This is usually not a concern for standard industrial calculations.
  6. Voids or Internal Defects: High-quality copper flat bar should be homogenous. However, undetected internal voids or inclusions, though rare in certified materials, could theoretically reduce the actual weight compared to the calculated value.
  7. Units of Measurement: Inconsistent use of units (e.g., mixing inches and millimeters without conversion) is a common source of significant errors. Always ensure all dimensions are in the same unit system before calculation or rely on calculators that handle conversions properly. This calculator strictly uses millimeters for input and converts internally.

Frequently Asked Questions (FAQ)

Q1: What is the standard density of copper used for calculations?
The density of pure copper (like C11000 ETP) is approximately 8.96 g/cm³. Electrolytic Tough Pitch (ETP) copper typically has a density around 8.96 g/cm³, while Oxygen-Free (OF) copper might be slightly denser at around 8.98 g/cm³. Brass alloys will have different densities depending on their composition. Our calculator uses specific values for the selected copper types.
Q2: Does the calculator account for different copper alloys?
Yes, the calculator includes a selection for common copper types (e.g., C11000 ETP, C10100 OF, Brass alloys), each associated with its standard density, providing more accurate results than a generic calculation.
Q3: Can I use this calculator for copper tubes or wires?
No, this calculator is specifically designed for copper in a flat bar or strip form (rectangular cross-section). Calculating the weight of tubes or wires requires different formulas based on their respective shapes (cylindrical volume, etc.).
Q4: What are the units for the input dimensions?
All input dimensions (Thickness, Width, Length) should be entered in millimeters (mm). The calculator handles the conversion internally for accurate volume and weight calculations.
Q5: How accurate is the weight calculation?
The accuracy depends on the precision of your input dimensions and the correct selection of the copper alloy type. The calculation is based on theoretical volume and density. Actual weight may vary slightly due to manufacturing tolerances and material consistency.
Q6: What does the "Weight (grams)" result represent?
This is an intermediate step in the calculation. It shows the calculated weight in grams after multiplying the volume (in cm³) by the density (in g/cm³). This value is then converted to kilograms for the main result.
Q7: Can I calculate the weight for a single piece or multiple pieces?
The calculator calculates the weight for the single set of dimensions you input. If you have multiple identical pieces, you can calculate the weight for one piece and then multiply that result by the number of pieces you have.
Q8: Why is density important in copper weight calculation?
Density is a fundamental property of a substance that defines its mass per unit volume. Copper, like all materials, has a specific density. Using the correct density for the specific copper alloy ensures that the calculated weight accurately reflects the amount of material. Different alloys have slightly different densities due to their composition.

Related Tools and Internal Resources

© 2023 Your Company Name. All rights reserved.

var chartInstance = null; // Global variable to hold chart instance function getCopperDensities() { return { '99.5': 8.96, // C11000 (ETP) – approx. '99.9': 8.98, // C10100 (OF) – approx. '97.7': 8.75, // C26000 (Cartridge Brass) – approx. '90.0': 8.50 // C28000 (Muzar Brass) – approx. }; } function updateDensity() { var copperTypeSelect = document.getElementById("copperType"); var selectedValue = copperTypeSelect.value; var densities = getCopperDensities(); var density = densities[selectedValue] || 8.96; // Default to 8.96 if not found document.getElementById("densityResult").textContent = density.toFixed(2) + " g/cm³"; calculateWeight(); // Recalculate when density changes } function validateInput(id, min, max) { var input = document.getElementById(id); var errorElement = document.getElementById(id + "Error"); var value = parseFloat(input.value); errorElement.style.display = 'none'; // Hide error by default if (isNaN(value) || input.value.trim() === "") { errorElement.textContent = "Please enter a valid number."; errorElement.style.display = 'block'; return false; } if (value max) { errorElement.textContent = "Value exceeds reasonable limit."; errorElement.style.display = 'block'; return false; } return true; } function calculateWeight() { var densities = getCopperDensities(); var selectedCopperType = document.getElementById("copperType").value; var density = densities[selectedCopperType] || 8.96; // Default density var thicknessMm = parseFloat(document.getElementById("thickness").value); var widthMm = parseFloat(document.getElementById("width").value); var lengthMm = parseFloat(document.getElementById("length").value); // Basic validation var validThickness = validateInput('thickness', 0); var validWidth = validateInput('width', 0); var validLength = validateInput('length', 0); if (!validThickness || !validWidth || !validLength) { document.getElementById("totalWeightResult").textContent = "–.– kg"; document.getElementById("volumeResult").textContent = "–.– cm³"; document.getElementById("weightGramsResult").textContent = "–.– g"; return; } // Convert mm to cm for volume calculation var thicknessCm = thicknessMm / 10; var widthCm = widthMm / 10; var lengthCm = lengthMm / 10; var volume = thicknessCm * widthCm * lengthCm; var weightGrams = volume * density; var weightKg = weightGrams / 1000; document.getElementById("volumeResult").textContent = volume.toFixed(2) + " cm³"; document.getElementById("densityResult").textContent = density.toFixed(2) + " g/cm³"; document.getElementById("weightGramsResult").textContent = weightGrams.toFixed(2) + " g"; document.getElementById("totalWeightResult").textContent = weightKg.toFixed(2) + " kg"; updateChart(); } function resetCalculator() { document.getElementById("copperType").value = "99.5"; // Default to C11000 document.getElementById("thickness").value = "3"; document.getElementById("width").value = "50"; document.getElementById("length").value = "1000"; // Clear errors document.getElementById("thicknessError").style.display = 'none'; document.getElementById("widthError").style.display = 'none'; document.getElementById("lengthError").style.display = 'none'; updateDensity(); // Update density display and trigger calculation } function copyResults() { var totalWeight = document.getElementById("totalWeightResult").textContent; var volume = document.getElementById("volumeResult").textContent; var density = document.getElementById("densityResult").textContent; var weightGrams = document.getElementById("weightGramsResult").textContent; var copperType = document.getElementById("copperType"); var selectedCopperType = copperType.options[copperType.selectedIndex].text; var resultText = "Copper Flat Weight Calculation Results:\n\n"; resultText += "Total Weight: " + totalWeight + "\n"; resultText += "Volume: " + volume + "\n"; resultText += "Weight (grams): " + weightGrams + "\n"; resultText += "\nKey Assumptions:\n"; resultText += "Copper Type: " + selectedCopperType + " (" + density + ")\n"; resultText += "Dimensions: " + document.getElementById("thickness").value + "mm (Thickness) x " + document.getElementById("width").value + "mm (Width) x " + document.getElementById("length").value + "mm (Length)\n"; // Use a temporary textarea to copy text var textArea = document.createElement("textarea"); textArea.value = resultText; textArea.style.position = "fixed"; textArea.style.left = "-9999px"; document.body.appendChild(textArea); textArea.focus(); textArea.select(); try { var successful = document.execCommand('copy'); var msg = successful ? 'Results copied successfully!' : 'Failed to copy results.'; // Optionally show a temporary message to the user alert(msg); } catch (err) { alert('Oops, unable to copy'); } document.body.removeChild(textArea); } function updateChart() { var canvas = document.getElementById('weightChart'); var ctx = canvas.getContext('2d'); var densities = getCopperDensities(); var selectedCopperType = document.getElementById("copperType").value; var density = densities[selectedCopperType] || 8.96; var thicknessMm = parseFloat(document.getElementById("thickness").value); var widthMm = parseFloat(document.getElementById("width").value); // Basic validation for chart update var validThickness = validateInput('thickness', 0); var validWidth = validateInput('width', 0); if (!validThickness || !validWidth || isNaN(density)) { if (chartInstance) { chartInstance.destroy(); // Destroy previous chart if invalid inputs chartInstance = null; } return; } var lengths = [200, 500, 1000, 1500, 2000]; // Sample lengths in mm var weights = []; var volumes = []; for (var i = 0; i < lengths.length; i++) { var lengthCm = lengths[i] / 10; var thicknessCm = thicknessMm / 10; var widthCm = widthMm / 10; var volume = thicknessCm * widthCm * lengthCm; var weightGrams = volume * density; var weightKg = weightGrams / 1000; volumes.push(volume); weights.push(weightKg); } // Destroy previous chart instance if it exists if (chartInstance) { chartInstance.destroy(); } chartInstance = new Chart(ctx, { type: 'line', data: { labels: lengths.map(function(l){ return l + ' mm'; }), datasets: [ { label: 'Volume (cm³)', data: volumes, borderColor: '#004a99', backgroundColor: 'rgba(0, 74, 153, 0.1)', fill: true, yAxisID: 'y-volume', tension: 0.1 }, { label: 'Weight (kg)', data: weights, borderColor: '#28a745', backgroundColor: 'rgba(40, 167, 69, 0.1)', fill: true, yAxisID: 'y-weight', tension: 0.1 } ] }, options: { responsive: true, maintainAspectRatio: false, scales: { x: { title: { display: true, text: 'Length (mm)' } }, y-volume: { type: 'linear', position: 'left', title: { display: true, text: 'Volume (cm³)' }, grid: { display: false // Hide grid lines for the first y-axis } }, y-weight: { type: 'linear', position: 'right', title: { display: true, text: 'Weight (kg)' }, grid: { drawOnChartArea: true, // Only draw grid lines for the second y-axis } } }, plugins: { tooltip: { mode: 'index', intersect: false }, legend: { position: 'top' } } } }); } // Add event listener for FAQ toggling document.addEventListener('DOMContentLoaded', function() { var faqQuestions = document.querySelectorAll('.faq-question'); faqQuestions.forEach(function(question) { question.addEventListener('click', function() { var answer = this.nextElementSibling; if (answer.style.display === 'block') { answer.style.display = 'none'; } else { answer.style.display = 'block'; } }); }); // Initial calculations and chart rendering updateDensity(); calculateWeight(); // Initial calculation after setting defaults updateChart(); // Initial chart rendering }); // Include Chart.js library directly for self-contained HTML var chartJsScript = document.createElement('script'); chartJsScript.src = 'https://cdn.jsdelivr.net/npm/chart.js@3.9.1/dist/chart.min.js'; // Use a specific version document.head.appendChild(chartJsScript);

Leave a Comment