Dog Reproductive Services
Never miss a breeding opportunity again.
We are experienced and can help you get it right.
SERVICES
-Progesterone Testing: $80
-Artificial Insemination (AI): $100
-Ultrasound: $60
{
"type": "line",
"data": {
"labels": ["Day 1", "Day 3", "Day 5", "Day 7", "Day 9", "Day 11", "Day 12", "Day 13", "Day 14", "Day 15"],
"datasets": [{
"label": "Progesterone Level (ng/mL) - Wondfo Machine",
"data": [0.5, 0.8, 1.2, 2.5, 5, 10, 20, 30, 37, 45],
"borderColor": "#D32F2F",
"backgroundColor": "rgba(211, 47, 47, 0.2)",
"fill": true,
"tension": 0.4
}]
},
"options": {
"responsive": true,
"plugins": {
"title": {
"display": true,
"text": "Optimal Breeding Timing for Dogs (Wondfo Progesterone Machine)",
"font": { "size": 18 }
},
"subtitle": {
"display": true,
"text": "Red Ranch Dogs Logo in Top-Right Corner",
"font": { "size": 14 },
"padding": { "bottom": 10 }
},
"annotation": {
"annotations": [
{
"type": "box",
"xMin": 3,
"xMax": 4,
"yMin": 2,
"yMax": 3,
"backgroundColor": "rgba(46, 125, 50, 0.2)",
"borderColor": "#2E7D32",
"borderWidth": 1,
"label": {
"content": "LH Surge (2-3 ng/mL)",
"enabled": true,
"position": "center"
}
},
{
"type": "box",
"xMin": 4,
"xMax": 5,
"yMin": 4,
"yMax": 10,
"backgroundColor": "rgba(33, 150, 243, 0.2)",
"borderColor": "#2196F3",
"borderWidth": 1,
"label": {
"content": "Ovulation (4-10 ng/mL)",
"enabled": true,
"position": "center"
}
},
{
"type": "box",
"xMin": 5,
"xMax": 8,
"yMin": 15,
"yMax": 40,
"backgroundColor": "rgba(255, 193, 7, 0.2)",
"borderColor": "#FFC107",
"borderWidth": 1,
"label": {
"content": "Optimal Breeding (15-40 ng/mL)",
"enabled": true,
"position": "center"
}
}
]
}
},
"scales": {
"x": {
"title": { "display": true, "text": "Day of Heat Cycle" }
},
"y": {
"title": { "display": true, "text": "Progesterone Level (ng/mL)" },
"beginAtZero": true,
"max": 50
}
}
}
}